Explain the check points in QTP?
Answer Posted / aruvaa ayappan
# To check the object propertes in running time.
# Verification point.
# To check actual result and expected result.
Example:
actual = OK
expected = OK
* here actual ana expected result are same so "Pass" test
scrip........
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
tell me QTP standards ?plz
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 use descriptive programming?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How to analyzing the checpoint results?
Explain the Different types of QTP test assets and their extensions?
By using QTP can we record any log files written by the application which is in execution?
What is the basic concept of qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Can we create a qtp test from qc?
what the difference between shared repository and per action repository?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Explain object spy in qtp.