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 |
Where are the expected results file will be stored? what is the extension of that?
How to handle exceptions in for loop of DDT script.
which option in WR executes the script line by line
what are types of black box and white box testing?
two file is there how will compate it by useing qtp.
How to remove the data driven wizard from the script?
what is Retesting and what is the difference between Retesting and Regression testing?
7 Answers Accenture, Infeneon Technologies,
How to Know through script which add-ins are loaded with winrunner?
Explain the winrunner testing process?
Which are default codes winrunner generates when we start the application?
Tell me the function to move to the next row in a data table?
2 Answers Accenture, Landscape Technologies,
What is T_Exit and T_return?