Write a script to delete a specific row in a webtable.
Answers were Sorted based on User's Feedback
Answer / raj kumar
This is the correct answar
'The following example uses the DeleteRow method to delete the third child row of the
'first row of the "UltraWebGrid1" grid.
Browser("Database Updating").Page("Database Updating").WbfUltraGrid("UltraWebGrid1").DeleteRow "0,2"
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / saravanaraja
using row index we can delete a particular record in a web
table.
Browser("").Page("").weblink("html id &index number").click
| Is This Answer Correct ? | 3 Yes | 9 No |
how will load the object during runtime?
What are the features of quick test pro(qtp)?
How can you pass value one action to another action?
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Explain about merging of two repositories?
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
Explain the concept of object repository & how qtp recognizes objects?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
How to test login page by using QTP
Pls let me know how to find out creation time and index for the web application in descriptive programming?