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 function key to toggle a breakpoint
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
How can you do debugging in winrunner?
which option allows to execute script from a given location
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
which is the latest version in Winrunner
How are objects set to appropriate class
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
Please any one Knows Send the Website for Writing different TestCases with different Examples
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
What is parameterizing in winrunner?