why we use check points , In qtp we use the any check points
, what r they , when and why
Answer Posted / uday
Checkpoints verify the functionality of the application by
comparing our given expected value with the actual values
from the application. If both are matched, then checkpoint
passed, else failed.
Different types of checkpoints:
1. Standard checkpoint
a. Page checkpoint
b. Image checkpoint
c. Table checkpoint
2. Bitmap checkpoint
3. Text checkpoint
4. Text area checkpoint
5. DB checkpoint
6. Accessibility checkpoint
7. XML checkpoint
a. XML webpage
b. XML file
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How many add-ins comes by default with qtp?
Problem with XML checkpoint in QTP ?
What are the common defects found in your project? (in qtp interview)
What are the advantages of qtp?
terminal services client
how can i call function (which has link with excell sheet at a remote location) within another function
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
If I give some thousand tests to execute in two days what do you do?
Is text area check point supports for web applications?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is throw Object?
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
who QTP recognizes the object stored in object repository?