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 |
Explain the difference between gui map and gui map files?
How many types of tests can u create in winrunner?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
What are the Win Runner tools for functional testing?
How do you find an object in an gui map.
winrunner & QTP both are developed by mercury interactive,what is main difference between these two? Thanks in ADVANCE
how u can crate a database checkpoint in ur script?
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
what is contained in the GUI check list?
you hae a inbox and got a mail how can you know it is there or not write script.
Explain data parameterization in winrunner?