Write a script to delete a specific row in a webtable.

Answers were Sorted based on User's Feedback



Write a script to delete a specific row in a webtable...

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

Write a script to delete a specific row in a webtable...

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

Post New Answer

More QTP Interview Questions

after initiating one project for testing, when exacltly QTP tester role starts?

0 Answers  


Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers

0 Answers  


Explain about the quicktest professional (qtp) automation object model?

0 Answers  


we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?

6 Answers   Cognizant, Covansys,


write the code to reverse a string without using Strrev built in function.

14 Answers   ADP,






what is a good testcase?

3 Answers   Wipro,


In qtp,how to interact tool & application build?

1 Answers   Polaris,


What are the various automation frameworks available in qtp?

0 Answers  


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?

1 Answers   IBM,


What is deference between normal QTP testing and descriptive programming?

4 Answers   Polaris,


Hi guys i'm prepareing for interview question for qtp i don't have bayground for vb scipt language can any one tell me it is easy to do job in qtp without bayground.

3 Answers  


Categories