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 |
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???
hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id venku_krs@yahoo.co.in
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
In QTP, What is Global action and Local action?
how do close the task manager through QTP?
What is qtpro? What is quick test pro? What is a quick test professional?
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
what is the Descriptive Progarmming? how it is help to testers in QTP?
what is runmodes in QTP
Explain the qtp test phases.