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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of qtp test assets and their extensions?

841


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

915


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3970


Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.

1584


Explain the concept of object repository and how qtp recognises objects?

707


When do go for loop condition in test?

839


What are the advantages of parameterization ?

797


Limitations in QTP?

1916


What is data driver in qtp? Where we use it?

759


Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.

1572


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1999


How to find the name of the machine where you are running your automation scripts in qtp?

736


How can you handle exceptions in qtp?

746


How many types of recording facility are available in quicktest professional (qtp)?

797


How can you close the second opened browser?

1056