rc

What's in your .zshrc?

I always find it interesting what people put in their programming environments. After reading the same basic question for .vimrc and .bashrc, I have to ask for my favorite shell. So what's in yours? ...

VS2005 Resource Editor Keeps Eating my #ifdef's

The resource editor keeps wiping out code of this form in my .rc: #ifndef V2 IDB_SPLASHSCREEN BITMAP "res\\xyz v1.bmp" #else IDB_SPLASHSCREEN BITMAP "res\\xyz v2.bmp" #endif Anyone know of a workaround? Better way to accomplish the same? ...

increment version in .rc files

How I can automatic increment file version in my project. Is there any script for that (batch...)? Tnx ...

How to compile RES file from commandline (Delphi 7)

I never worked with Delphi before, so maybe the question looks a simple minded, But I need to change FileVersion in RES resource file parameter from command line... Many thanks. ...

How to find if there are javascipt errors in the page using selenium rc

I am using selenium rc and I would like to know if there are any javascript errors occured in the page. Is there any Selenium API to check if there are any javascript errors? Thanks very much. ...

How long it will take to work in selenium rc including all type of process

how to configure selenium rc? how long it will take to configure? how to work with selenium rc? what are the pre-requisties for working selenium rc? ...

How to give test report using selenium Rc?

On exporting the test cases that prepared using IDE by junit format and using java platform, browser and selenium window closes on running the test case. If i want to track the test case result means how it will be done? ...

Selenium RC - selenium-browserbot.js error

I'm writing some automated tests in C# and a JavaScript error is thrown when I try to click on a button that will submit changes made to a web form. The error I am recieving is: An error has occured in the script on this page Line: 2004 Char: 9 Error: Permission denied Code: 0 URL: file:///C:/DOCUME~1/nkinney/LOCALS~1/Temp/c...

LinqToEntitiesMetadataProvider for RIA Services in Visual Studio 2010 RC

Hi everybody! I'm having trouble moving from Visual Studio 2010 Beta 2 to Visual Studio 2010RC. Did all the adjustments regarding assemblies and namespaces but i cannot figure out how to get the following decorator resolved (for DomainService): [LinqToEntitiesMetadataProvider(typeof(myEntities))] Does anyone know how this must be ad...

how to close selenium hub/grid from command prompt

I start selenium hub to start selenium grid from command prompt on port 4444. Now I start selenium RC from other command prompt. It show me error message that "selenium i s already running on port 4444. or some other service is " Now I am not able to start selenium RC. Please help me how to close /shutdown hub from command prompt. ...

Is F# RC equal to RTM ?

Hi, I am wondering if F# RC equal to RTM? If not is there any doc mentioning about that? Thanks in advance. ...

How to add flags to RC.EXE through QMake .pro makefiles

I've the following definition in my .pro file: RC_FILE = app.rc This RC file contains a global include at the top: #include "version_info.h" The version_info.h header is on a common header files directory. Since RC.EXE takes INCLUDE environment variable in consideration, according to MS documentation, my build process batch sets u...

Selenium RC tool giving exception for opening secure http page .

Hi, I am newbei for selenium RC tool. i am going to automate my process which is basically based on browser. i have written script for automate process and it is working fine.When script is going to open HTTPS :(Secure page) , at that time it is not opening page becoz of security exception, for that it is asking for security certificate...

Selenium RC throws sessionsid should not be null exception with assertTextPresent, phpunit 3.4 bug only?

I am looking to migrate my selenium RC tests to using PHPUnit 3.4.12 from PHPUnit 3.3.2 The selenium test will fail with an exception of the following when I use assertTextPresent() PHPUnit_Framework_Exception: Response from Selenium RC server for getLocation(). ERROR Server Exception: sessionId should not be null; has this session be...

How to read gyroscope data with arduino?

hi fellows, i got one of these gyros http://www.xheli.com/wag0diadpiin.html it has 6 pins 3,3 im afraid i might harm the device so i wanted to ask here. how should i connect it to arduino. and what code i should use? ...

Selenium RC testing with Maven

I'm trying to run a series of selenium tests using maven and I get this error: Running com.myapp.web.selenium.MySeleniumTest WARN [SocketListener0-1] HttpConnection - POST /selenium-server/driver/ HTTP/1.1 java.lang.RuntimeException: Firefox refused shutdown while preparing a profile at org.openqa.selenium.server.browserlaunche...

How to handle type and input into WYSWYG editor such as tinymce when testing using selenium RC?

is there any solution to this problem i use : $this->type('contentform', 'i need to print this and go on with my testing'); but after i do submit it failed while when i do it manually it work. i'm using this code for submit: $this->click("publish"); i test my app via selenium RC + phpunit ps: it work in selenium IDE but fai...

How do you calculate the area of a series of random points?

So I'm working on a piece of code to take positional data for a RC Plane Crop Duster and compute the total surface area transversed (without double counting any area). I cannot figure out how to calculate the area for a given period of operation. Given the following Table Calculate the area the points cover. x,y 1,2 1,5 4,3 6,6 3,4 3,...

Getting selenium request ,response

i tried the below code but req/response is not captured?? String trafficOutput = selenium.captureNetworkTraffic("xml"); selenium.type("q", "selenium rc"); selenium.click("btnG"); selenium.waitForPageToLoad("30000"); selenium.open("/#hl=en&source=hp&q=selenium+rc&btnG=Google +Search&aq=f&aqi=&aql=...

Selenium RC+java

how to handle ActiveX using Selenium RC an Java?? ...