Among the 4 capture levels, Complete, Partial, Minimal,
None. which one is mostly used?
Answer / moreshwar deshmukh
It is totally depend on the project requirement and project
scope. But many time I seen that people uses the None
capture level. Because most of time we uses the frame work
for the automation that why we can track the problem much
easily.
Complete — Captures all properties of all objects in the
application’s active window/dialog box/Web page in the
Active Screen of each step. This level saves Web pages
after any dynamic changes and saves Active Screen files in
a compressed format.
Partial — (Default). Captures all properties of all objects
in the application’s active window/dialog box/Web page in
the Active Screen of the first step performed in an
application’s window, plus all properties of the recorded
object in subsequent steps in the same window. This level
saves Web pages after any dynamic changes and saves Active
Screen files in a compressed format.
Minimum — Captures properties only for the recorded object
and its parent in the Active Screen of each step. This
level saves the original source HTML of all Web pages
(prior to dynamic changes) and saves Active Screen files in
a compressed format.
None — Disables capturing of Active Screen files for all
applications and Web pages.
| Is This Answer Correct ? | 1 Yes | 0 No |
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
write is the code for regular expression in QTP
WHICH PROCESS U FOLLOW IN COMPANY
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
Hi All, Can anyone provide me the license for QTP 9.5.... My Email ID: khanbro@rediffmail.com
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
What is the script for database check point, bitmapchek point, regular expression ?
Hi All, How to get repeated word in string . Thanks Balaji
write a qtp code to count the number of child objects in login page and highlight it
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 i can use and create Library functions in QTP and what is the proces .