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 |
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What is API?
How will you load few objects in Active Screen?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
Tell about descriptive programing in qtp8.2?
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
How you can find length of array in qtp?
With what extension you can save the list of tests in a file to run in test batch runner?
hai friends i already ask this question but when i post the question the alignment goes wrong .....my question is we have a WEB TABLE ....assume that web table having 3 row's and 3 column here in 2nd row 3rd column having VISIT FACEBOOK link...now i want to check the VISIT FACEBOOK link is available or not ..if it's there i want to click the link ...then how to find the web table row or column count ....don't write the excel or data table script here friends .....consider that it's a WEB TABLE do a favour ...thank's
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example