what r advance features u had done in QTP?
Answers were Sorted based on User's Feedback
Answer / rafi
I have used mercury micro player
silent test runner
Action conversion tool
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kamrul
QTP advanced geatures, as I consider, are as follows:
1. handle dynamically changing web objects/ web elements
using descriptive programming, regular expression and using
methods such as setTOProperty(ies)etc.
2. configure virtual objects and its mapping in case QTP
encounters non-windows standard objects.
3. use checkpoints programatically, not using QTP interface.
4. create user-defined functions and build a function
architecture library and use them as and when you feel
required.
...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
1. I used regular expression concept.
2. Test Batch run.
3. Calling existing action.
| Is This Answer Correct ? | 1 Yes | 2 No |
w is descriptive programming
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
how to upload an excel sheet to quality center?
What is the descriptive programming?
how can we handle exceptional handling in qtp
What are the advantages of Object Repository?
what do u mean by test harnesses in qtp?
How to customize qtp?
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?