How to create this test case using selenium RC?
Page 1 of 1 • Share •
How to create this test case using selenium RC?
Hello everyone,
I am a beginner on selenium and having the following problem need someone help me on this---
( I installed selenium IDE on Firefox, I can start a new test case and running the recording mode and got recorded table scripts, I can play back this test case, but I don't know how to turn this recorded table scripts into Junit/TestNG and running at RC) . The requirement is follows:
1)Create a Selenium Test Case / Suite that executes the following tests:
2)Create the test so that we can run it using Selenium RC. (use Java with Junit/TestNG)
·
Perform a search on http://www.yahoo.com for "Today's Headlines"
·
I am a beginner on selenium and having the following problem need someone help me on this---
( I installed selenium IDE on Firefox, I can start a new test case and running the recording mode and got recorded table scripts, I can play back this test case, but I don't know how to turn this recorded table scripts into Junit/TestNG and running at RC) . The requirement is follows:
1)Create a Selenium Test Case / Suite that executes the following tests:
2)Create the test so that we can run it using Selenium RC. (use Java with Junit/TestNG)
·
Perform a search on http://www.yahoo.com for "Today's Headlines"
·
ninglou- Posts: 1
Join date: 2011-04-29
Re: How to create this test case using selenium RC?
Selenium IDE -> File -> Export test case as
freesky- Amateur

- Posts: 67
Join date: 2011-04-13
Similar topics» test 12123
» 6300 and 3110c security test failed
» How to create this test case using selenium RC?
» Shortcut to run test case with selenium ide
» Error while playing test case
» 6300 and 3110c security test failed
» How to create this test case using selenium RC?
» Shortcut to run test case with selenium ide
» Error while playing test case
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case