How to delete an object from the object repository?
Answer / Divya Verma
"To delete an object from the object repository in QTP, follow these steps:
1. Open the Object Repository Browser.
2. Navigate to the object you want to delete.
3. Right-click on the object and select Delete."nNote: This will only delete the object locally in your workspace. To delete it globally, you need to do it from the central repository."n
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of Parameters are available in QTP? and Pls Explain with example.
How do you convert manual test cases to automated test cases?
wt is the xtension of the QTP result view file?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
how to invoke the web application through script in qtp
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
How we can call the scripit from another scripit in QTP?,Not a call Action
What is a checkpoint? How many check points are there in qtp?
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
what is the exact Diff. Between Test and Component in QTP?