- gchandrasekaran82Regular Participant
- Posts : 33
Join date : 2011-02-16
how to verify the condition using verifytext and store the value in to variable either true or false.
Tue Mar 08, 2011 5:41 pm
I have a application which contains 3 pages.
The navigation of the flow is
If it is a first login: Page A --> Page B --> Page C
For subsequent login: Page A --> Page C
Here my condition is I will check some of the text in Page B using verifyTextPresent. If yes, I will do some operation to go to Page C and then i will do my activities in Page C. If no, I will do the activity directly in Page C.
I need to verify the text by VerifyTextPresent and if exists i set a value true to any variable and then the second step i will variable is true or false and then i will proceed.
How to attain this? also if you have any other idea also would be fine for me...
Thanks in advance..
Chandra
The navigation of the flow is
If it is a first login: Page A --> Page B --> Page C
For subsequent login: Page A --> Page C
Here my condition is I will check some of the text in Page B using verifyTextPresent. If yes, I will do some operation to go to Page C and then i will do my activities in Page C. If no, I will do the activity directly in Page C.
I need to verify the text by VerifyTextPresent and if exists i set a value true to any variable and then the second step i will variable is true or false and then i will proceed.
How to attain this? also if you have any other idea also would be fine for me...
Thanks in advance..
Chandra
- gchandrasekaran82Regular Participant
- Posts : 33
Join date : 2011-02-16
Re: how to verify the condition using verifytext and store the value in to variable either true or false.
Tue Mar 08, 2011 8:44 pm
storeTextPresent| text which you want to check |x
- gopalakrishna
- Posts : 8
Join date : 2010-12-14
Age : 35
Location : hyderabad
Re: how to verify the condition using verifytext and store the value in to variable either true or false.
Mon Mar 14, 2011 5:10 pm
stepkey2,verifytextpresent ,textin secondpage, ,,{false:stepkeypage3}
stepkey2,method,target,value,,,
stepkey3,method,target,value,,,
adding content to store that value also
Stepkey1,verifyTextPresent,aaaaa,,{True:stepkey2}{False:stepkey3}
Stepkey2,clickAndWait,link=gopal,,setDynamicData(variable1;True)
Stepkey3,clickAndWait,link=teju,,setDynamicData(variable2;False)
i think this may correct solution .
stepkey2,method,target,value,,,
stepkey3,method,target,value,,,
adding content to store that value also
Stepkey1,verifyTextPresent,aaaaa,,{True:stepkey2}{False:stepkey3}
Stepkey2,clickAndWait,link=gopal,,setDynamicData(variable1;True)
Stepkey3,clickAndWait,link=teju,,setDynamicData(variable2;False)
i think this may correct solution .
- Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum