How can i check tab order in our application through winrunner

Showing Answers 1 - 3 of 3 Answers

mahesh kothale

  • Aug 23rd, 2006
 

This is one of the solution.In winrunner at the time of check point on an object. You select 'focused' property. It increases the no of check point but with it we can achive our goal.

  Was this answer useful?  Yes

K.Ramesh

  • Oct 13th, 2006
 

hi,

    We can check Tab order by using tab Functions in WinRunner.First go to Visual Programming Tool (Function Generator) or Help menu or Press F1. you can know what are the functions.

                                                  thank you

  Was this answer useful?  Yes

bobby

  • Nov 6th, 2006
 

  I have used this TSL function for tab properties in my project

  tab_select_item("tab name","Index",out value);

  If there are 5 tabs in your window, you can select any tab by specifying its

  index

  Press F7 to get more on Tab Functions

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions