I have a Selenium Test .DLL that is loaded using NUnit. I run a required Selenium Java Server quietly hidden in a process when a test is run.
On exporting the test cases (that have been prepared using Selenium IDE) by a JUnit formatter and using Java platform, browser and Selenium w开发者_JAVA技巧indow closes on running the test case.
How to get the HTTP status code in Selenium? E.g. so I can test that if the browser requests /u开发者_开发问答ser/27 and no user with ID=27 exists, an HTTP 404 is returned?
For some time I have been investigating Selenium RC in order to do functional testing of my web application. I have now found a test strategy that is so effective, that I do not want to move away from
My webpage submits information to a page and the response returns a popup window. Does anyone have an idea about how I can validate the informatio开发者_如何学Pythonn in the popup window?
With Selenium RC 1.0.1, and FF3.5.x or 3.6 I keep seeing this error when trying to run any test, Failed to start new browser session:
Suppose I have a simple table, like this: Smith|Select Jones|Select Johnson|Select And I need to write a Selenium test to select the link corresponding to Jones.I can make it click the \"Select\" i
How to use selenium-rc to get the CSS value of the test page ??? for example: get the color of backgro开发者_JS百科und or get the border size ??
I am run开发者_Go百科ning my Selenium RC tests in IE7. The problem is that when I start tests, Selenium opens two windows instead of one: the portal I\'m testing doesn\'t open in the first one, but it
I am using selenium for one for my Java applications开发者_开发知识库 on linux.The application invokes a mozilla browser, fills login details (username and password), and then submits the form.I am ab