Answer Posted / 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 |
Post New Answer View All Answers
What is keyword driven automation?
Do you know what is the difference between "type" and "typeandwait" command?
List some advantages and disadvantages of manual testing.
Hello, Is there any source from which i can get any live tutorial or trial of Automation tools?? Also i have a query that is there any certification course or exam available for Automation tools QTP and QC?
Stop automating the tests which run once?
What are the primary features of good automation tool ?
What is Ticketing tool? Has it any other names? What is the purpose of this?
What is an automation testing framework?
Tell us what is the difference between @factory and @dataprovider annotation?
Bug report formate in bugzilla
Do you know what is a xpath?
Elaborate the scripting standard while executing testing
When you will not automate testing?
In what condition we cannot use automation testing for the agile method?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.