Wednesday, November 19, 2014
On 1:02 AM by Unknown No comments
Answer 34: This is because Selenium IDE does not support execution of test in
any other language than Selenese (language of Selenium IDE). You can convert
Selenium IDE in a language of your choice and then use Selenium 1.0 to execute
these tests in that language.
Answer 35: You can execute your Selenese test in another browser by
specifying the “-htmlSuite” followed by path of your Selenese suite while
starting the Selenium Server.
Answer 36: You can double click on newly added command and Selenium IDE would
execute only that command in browser.
Answer 37: You could set a command as “start” command from context
menu. When a command is set as start command then a small green symbol appears
before command. Same context menu can be used to toggle this option.
Subscribe to:
Post Comments (Atom)
Search
Popular Posts
-
Sample Selenium IDE Test Script by Recording: We will use the Mercury Tours website as our web application under test. It is an online flig...
-
Locating GUI Elements Locating elements in WebDriver is done by using the “findElement(By. locator ())” method. The “locator” part of the co...
-
Answer 75 : If you want to see all options available while starting Selenium server then you should use option “-h” while starting Seleni...
-
Selenium Commands – Selenese Selenese commands can have up to a maximum of two parameters: target and value. Parameters are not required al...
-
Answer 44 : You can change default behavior of Selenium IDE > element locator preference by crating JS file with following– Locato...
-
Answer 60 : While using java you need to create instance of DefaultSelenium class and pass it four parameters – selenium = ne...
-
Answer 15 : Yes, you can first record individual test cases and then group all of them in a test suite. Following this entire test suite ...
-
Answer 24 : CSS location strategy can be used with Selenium to locate elements, it works using cascade style sheet location methods in wh...
-
Answer 48 : Use pause command which takes time in milliseconds and would pause test execution for specified time – pause ( waitTime )...
-
Answer 69 : You can use Selenium RC on any system which is capable I running Java. Hence you can use Selenium RC on MAC and UNIX machines...
Shaik. Powered by Blogger.
0 comments:
Post a Comment