Quality is delighting customers
Scenario: I have one text box in my application; I put output check point for that text box.( Parameterized that check point )
1st I entered “Uday” in that text box.
2nd I entered “V” in to that text box
I need to return both ( Uday and V ) as output values in my global sheet.
How can I achive this ?
Tags:
Permalink Reply by Raja Sekhar Pavuluri on February 15, 2012 at 5:14pm Hi Friend,
the below one is the sample script to satisify your requirement, pls go trough this and ping me when you face any problem.
'Activate the window
VbWindow("CALCULATOR").Activate
'parameterize the text box for multiple inputs
VbWindow("CALCULATOR").VbEdit("VALUE1").Set datatable("Input",1)
'Inserting the output checkpoint for that text field
VbWindow("CALCULATOR").VbEdit("VALUE1").Output CheckPoint("VALUE1")
Not "Output Chek point", that is "Ouput Value". It is used to retrive data from edit box (from your eg) and you can store those values into Environment Variables or Data Table etc.
© 2012 Created by Quality Testing.