- Saba
- Posts : 3
Join date : 2013-04-04
How to use a value from one test case into another test case in selenium ide.
Thu Apr 04, 2013 4:56 pm
I have two test cases, 1st test case coding is:
store 10 a
2nd test case coding is:
echo ${a}
store a b
echo ${b}
Now, the result shows for 2nd test case in log area is:
store 10 a
2nd test case coding is:
echo ${a}
store a b
echo ${b}
Now, the result shows for 2nd test case in log area is:
- [info] echo: 10
- [info] Executing: |store | a | b |
- [info] Executing: |echo | ${b} | |
- [info] echo: a
- Saba
- Posts : 3
Join date : 2013-04-04
Re: How to use a value from one test case into another test case in selenium ide.
Thu Apr 04, 2013 5:16 pm
, Got my answer myself.
- sapin
- Posts : 2
Join date : 2013-07-10
Re: How to use a value from one test case into another test case in selenium ide.
Wed Jul 10, 2013 1:30 pm
Hy Saba i have same problem .......please share how you could solve your problem
- sapin
- Posts : 2
Join date : 2013-07-10
Re: How to use a value from one test case into another test case in selenium ide.
Wed Jul 10, 2013 1:34 pm
and please also suggest that can i start my second test case at the page where test case one stop
Because i am working on 4th page and for that i have to open first 3 pages so can i start my test case at the same place where previous test case complete.
Because i am working on 4th page and for that i have to open first 3 pages so can i start my test case at the same place where previous test case complete.
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: How to use a value from one test case into another test case in selenium ide.
Thu Jul 11, 2013 12:56 am
Delete the "open" command from the start of each following test case. Otherwise it will try to open that page as a new one.sapin wrote:and please also suggest that can i start my second test case at the page where test case one stop
- Ajay
- Posts : 3
Join date : 2013-07-16
Re: How to use a value from one test case into another test case in selenium ide.
Tue Jul 16, 2013 8:04 pm
Hi Saba,
When u are assigning value of a to variable b u need to use ${a}. By this it will assign the value else it will assign only the variable a.
When u are assigning value of a to variable b u need to use ${a}. By this it will assign the value else it will assign only the variable a.
Permissions in this forum:
You cannot reply to topics in this forum