Using Environment Variable ParametersQuickTest can insert a value from the Environment variable list, which is a list of variables and corresponding values that can be accessed from your test. Through...
You can teach Quick Test to recognize any area of your application as an object by defining it as a virtual object. Virtual objects enable you to record and run tests on objects that are not norma...
Automation Frame work is nothing but this is a Test Plan to automation process. as u know what test plan describes as in the same way it describes the points like what areas automation process has to ...
An automation frame work / Architecture can be defined as a suitable "testing process" in order to automate the testing part in any application.*Linear Frame Work*F.D(Functional Decomposition) Frame w...
Hi????? Could you please write little brief about the "err" object.Ho to handle/get the errors(err no) if it occurs when running the script,without raising the error by code.Thanks,Vijesh
GGkeerthi
Mar 22nd, 2006
With out recovery scenario manager,we can handle exxeption part in qtp through error object and on error resume next statement which is provided by vbscript.On Error Resume Next : causes execution to ...
Cannot find the "/ /" object's parent "Order: cfo I116222" (class Window). Verify that parent properties match an object currently displayed in your application.Hw to rectify that error?
Hi I think in your case for each iteration the page name is getting changed.hence choose rugular expression.If you are using QTP.Go properties of the object and chenge text value to .*and try nowhope it will solve your problem....if not please let me know.Noor
Just write your code in a .VBS file in any text editor.Add the following code in your test (in expert view obviously)ExecuteFile "your VBS file path"for exampleExecuteFile "c:My projectValidationQTPLi...
Kiran
Aug 20th, 2006
We can make function libraries by wirting VB script functions in the ".vbs" file. We can reuse this vbs functions in the QTP by adding this file in the settings.
I didn't understand the question exactly....U mean Script means TEST or ACTIONS.any how try this: The call statement has the following syntax:1. call test_name ( [ parameter1, parameter2, ...paramet...
Hi! you said your using the QTP9.0 but didn't mention the IE version. For QTP9.0 you have to use latest IE7.0 beta version all previous versions are not supports the QTP9.0. And one more thing is you configure the timing settings according to US timing zone.
*1st you have to add weblist to object repository. (To add weblist to object repository, right click on the weblist and select ?View/Add Object? and click on ?OK? button ) Suppose u added Weblist in t...
Yes. we can do it by using "Descriptive programming".but its necessary to know the properties of object.for example, Dialog box has properties like Class Name,Text,x,y,etc. and Textbox has prope...
Hi,I will explain with one example.Let us assume you have inserted any checkpoint in your test.Later if you change one or more property values in that corresponding checkpoint.Then in t...
While debugging your script, using command tab you can execute a line of script to change or set the current value of a variable or object. Further execution of your test will use the changed value.
Thanks Bharthi that u cared to answer my query. I have tried it but could not succeed by only adding the inner text and the html tag to the web element. The script doesn't go ahead with 'Event' selected in tools-options-web-advanced-run settings-replay type. Is there any other way?
There are 2 types of object repositories:1. Local (Per Action) object repository ( has extension .mtr)2. Shared object repository (has extension .tsr)A shared object repository can be used in multiple...
There are 2 types of object repositories:1. Local (Per Action) object repository ( has extension .mtr)2. Shared object repository (has extension .tsr)A shared object repository can be used in multiple...
as far as descriptive programming goes you simply bypass the object repository an supply the properties required for object identification in the script itself eg. Window(Login).winbutton("text:=OK").click you can verify the ssyntax if it is wrong
Up to my Knowledge we cant open multiple instances at once.andFor recognization we must have to add each instance in the repositary.if there is any mistake please reply me.
How to use Regular Expression in QTP?Woluld appreciate if you explain with an example?
Yogesh
Aug 8th, 2006
You can Import local sheet by Importing the sheet from excel sheet. You can import any sheet from any action, best approach to import all the required sheet at same time at the begining of the te...
Ans