Hy,
is it possible to call a test case from another one, because I have to reuse the steps of the test case Login.html and Logout.html in a lot of other test cases
Example: AddToWishlist.html
....
Command: run Testcase
Target: Login.html
...
Do Something
....
Command: run Testcase
Target. Logout.html
thanks and best regards
It could be done this way but the bookkeeping and interpretation of the results would suffer. I had a 150-test suite, each of which went through the same 20 steps between the significant inputs and the results.
Anyway, it worked so the point is mostly academic.
Hi,You can implement testsuite where one testcase would be reuse for other tests.like: testA is repeated stepstestB is diffSo create a testsuite by combination of testA & testB and run it.Earlier we faced the same issue but by using testsuite we get rid of this issue.Hope this work for you.RegardsAnita
On Monday, December 17, 2012 5:02:40 PM UTC+5:30, seli wrote:Hy,
is it possible to call a test case from another one, because I have to reuse the steps of the test case Login.html and Logout.html in a lot of other test cases
Example: AddToWishlist.html
....
Command: run Testcase
Target: Login.html
...
Do Something
....
Command: run Testcase
Target. Logout.html
thanks and best regards
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/Ab45fajPmFQJ.
For more options, visit https://groups.google.com/groups/opt_out.