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 |
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Explain the Load testing process?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
What are the advantages of Automation objects than Test Objects?
Does quicktest professional is unicode compatible?
What is synchronization point in QTP?