Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation “zero-configuration” Keyword Driven testing technology in QuickTest
Latest Answer : Object spy is used in QTP for Descriptive Programming. to Identify the Object properties ...
Introduction to QuickTest Professional 8.0, Computer Based Training: Please find the step to get QuickTest Professional 8.0 CBT Step by Step Tutorial and Evaluation copy of the software. The full CBT is
Latest Answer : One way is to download from mercury.com which is available. QTP9.2 demo is available for 14 days. But after that even changing system date it does not work. I too have the same problem could not learn fully. another is to approach an ...
Latest Answer : QTP can recognise the objects through object repository or object spy.Object Repository: It captures "properties and methods" of the object. It stores the object properties and methods "permanently". Object Spy: It captures ...
Latest Answer : CreateObject means, it creates the object for particular application.Example:Set objex = CreateObject("Excel.Application")Here, we are creating an object for an Excel Application. The Object name is "objex" ...
Latest Answer : Actually, QTP Framework is divided into 2 parts. They are
1. BPT (Business process testing) Framework and
2. Keyword Driven Framework.In detail:
1. BPT: to use this Framework License is necessary to work on this. Most of the people is not working ...
Latest Answer : At the time of Recording First Browser level or page level or frame level or object level.At the time of RunningMandatory Properties or Assistive Properties or Index or Location ...
Latest Answer : Per_Action Repository : It can be used within the test itself.Shared Repository : These can be used in any test. It is placed in central repository. by associating the shared repository, we can use. ...
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
Latest Answer : In SWE section u need to addAutomationEnable = TRUE and at the same time you need to use SWECmd= AutoOn in the URL ...
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?