How to count bulk of text boxes in a webpage
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the testing high level architecture
What is the difference between STATIC FUNCTION & STATIC?
How should we create a compiled module? What is its importance?
Whats a difference between Verification Point and Syncronization point?
How to remove the data driven wizard from the script?
how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?
is 'Vendor' is a Reserved in WinRunner or not?
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
What is contained in the test scripts?
how u can connect database without using any wizard in winrunner?
what is TSL script to connect testdirector through winrunner
How do you invoke a text file from winrunner?