QTP is used better in which type of application Web based
application or desktop application
Answer Posted / krishnateja muppalla
Both.
But much more useful for web. Most of the company using it for web based applications.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can any body give the banking domain concepts/links
In Remote acess server how u run a test?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What test you perform mostly? Regression or retesting in your testing process?
What is the meaning Work bench?
What is the default object synchronization timeout in qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
What is checkpoints for quicktest professional?
What is different command used in command Prompt while using QTP?
how to disable the pop ups through QTP using a script
What test cases can you automate using QTP?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to capture all the data of a webtable, weblist and combolist using QTP?