Swapna the variable declarations are correct. We have raised this issue with mercury. They has given some solution such as running .BAT file. We have also deleted the defaut.xls file and created a new...
During the run session, QuickTest creates a run-time Data Table?a live version of the Data Table associated with your test or component. During the run session, QuickTest displays the run-time data in...
answer b is correct answer, the test retrieves a value at specified point during the test run ad stores it in a column in the curent row of the run-time data table. when the value is needed ;eater in ...
As u said, Environment Variable acts globally.. Then the same action can be done by use of "Global Sheet " also. Isnt it?.If so Then Specifically wats the use of Env. Variable
Pavan
Apr 7th, 2006
Hi Swapna, Could you please explain Userdefined external environment vars???Pavan.
i think you wrongly thought that the scripts used in the QTP for Test will enhance with .Net application. which is wrong. QTP is an interactive tool to enhance the testing work automaticallly. which v...
No we can not write C# or .NET code using QTP. Becuse QTP is only supports vbscript.For .NET Scripting you can use Test complete 6.4 another Automation tool.
you need to select multimedia add-in to test flash objects in your test at start menu , or else id you are already opened qtp and want to enable or to load multimedia ad-in, you goto or sle...
kassim
Mar 3rd, 2006
U can test flash using qtp only when u install add-in - Multimedia
My task in hand requires to automate a page which ask random questions, based on customers credit history. I am unable to fetch the question from the inner html/innertext/outertext of the Webelement o...
In order to capture the value of an object and that too of a dynamic object then we will use the GetROProperty which means Get Run Time Object Property and we need to decide which property we want to ...
Virtual user wait during the test executions for multiple v user to arrive at certain point. in order that they may simultaneously perform a task
Pritesh Gupta
Jan 8th, 2014
You insert rendezvous points into Vuser scripts to emulate heavy user load on the server. Rendezvous points instruct Vusers to wait during test execution for multiple Vusers to arrive at a certain poi...
In QTP there are 2 object repositories: 1. Shared Object Repository: In shared object repository the details of all the actions are stored . It is only one file for all the action and what ever we lea...
There are two types of Object Repositories in QTP namely1. Local Object Repository (.mtr)2. Shared object Repository (.tsr)Local Object Repository is for that particular action i.e you have learned ob...
Actions are three types: 1. Non - Reusable : These Actions are used in the Test itself. We Can't use it outside the test.2. Reusable : These are the reusable actions, we can use it outside of...
Sateesh
Sep 28th, 2007
When you talk about the difference, you have to consider lot of things
One, If you are working in a test that using Per-action repository then you cannot copy this to the test which is using Shared O...