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 |
How to Get data from database(table) to an excel sheet
wahat do u mean by exceptional handling in winrunner
When Bitmap check point fails..How many windows will appear?
hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com
How do you create a startup script in winrunner and what is consists generally?
What is the use of gui map and what happens when gui map file get loaded?
How do you maintain the document information of the test scripts?
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
Explain the purpose of gui spy?
How to convert Manual Test script into Automation Test Script?
In the flight example flight(select flights) button is recognizing ,it recognizes as object how to gui map configure to button pls explain
How to Import(insert) data from an excel sheet to Database(table).