What are default add-ins in qtp?
Answers were Sorted based on User's Feedback
Answer / geena
Active X
Visual Basic
Web
Visual Age
Delphi
Java
.NET
Oracle
PepopleSoft
Power Buildter
SAP
Terminal Eumlar
Web Services
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / sowmya
Different default addins/classes that come with QTP are:
1.Windows
2.Active-X
3.Visual Basic
4.Web
5.Utility Objects
| Is This Answer Correct ? | 7 Yes | 20 No |
what is virtual object?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
what is framework in QTP? any one give me answer
can we run the scripts of qtp 8.2 in the qtp7.0?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
what is defination of regression testing?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?