How do you start Selenium RC?
Answers were Sorted based on User's Feedback
Answer / sagar
You need to start from command prompt ex:
C:\Users\softwares\selenium\selenium-remote-control-1.0.1\selenium-server-1.0.1>java
-jar selenium-server.jar
and hit enter key server will start hope this will help
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yedukondalu manam
c:cd../..
c:cd work|_space(your create folder name)
c:drive
java -jar selenium-server-standalone-2.24.1.jar
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the attributes of a good framework?
Do you know the difference between close and quit command?
Can you explain data-driven testing?
Describe common problems of test automation.
Tell me an example of the languages supported by webdriver?
Explain me what the webdriver supported mobile testing drivers do you know?
what is meant by framework? and when we use framework in our project ?
Can the activities of test case design be automated?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?
Which test cases can be automated?
Tell me how could ajax controls be handled in webdriver?