Answer Posted / vamcit
'To calculate no. of Text/Edit Boxes
Browser("Browser").Navigate "http://www.rediff.com/"
Browser("Welcome to rediff.com").Page("Welcome to
rediff.com").Sync
Set webtext=Description.Create()
webtext("micclass").Value="WebEdit"
x=Browser("Browser").Page("Welcome to
Rediff.com").ChildObjects(webtext).count
msgbox x
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What all are the different databases winrunner can support?
What is a checkpoint and what are different types of checkpoints?
Where did you learn winrunner and testdirector?
Explain difference between winrunner and test director?
How do you find out which is the start up file in winrunner?
What is debug mode in Winrunner?
What is the purpose of regexp_msw_class property?
supose 10 times text data is there but it will run 8 times whtat will you do.
What do you verify with the database check point custom and what command it generates, explain syntax?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
What is parameterizing?
What is the disadvantage of loading the GUI maps through start up scripts?
What is the use of test director testing tool?
Have you used winrunner in your project?
Write test scripts on a scenario where you have to transfer data from one table to another.