Quality Testing

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 ?

Views: 139

Reply to This

Replies to This Discussion

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. 

RSS

TTWT Magazine

Advertisement

You Can


Call for Articles

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service