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.
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
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 ...
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...
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...
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...
I checked by adding that line of code and I found that after closing that file it is discarding. I think it is applicable for taht session only. Is there any alternative to save it permanently?
Yes, we can parameterized the check points.For this, First Insert a check point at any of the object. Then right click on "Check Check point" and goto Checkpoint properties.With this a Checkpoint properties window will be opened. from this window we can parameterized the Checkpoint.
Hi, QTP 9.0 ObjRep Concept entertly Different.If you want to ObjRep Go to Object Rep and Export the Obj Rep and save in some location.When u want to use these rep .go to Resources --> Obj Rep Manager and Add the Rep and continue with that Rep.ByePranaya
HiThere can be 6 steps 1. Low Level recording2. Virtual Object concept3. Analog Recording4. Using Keyboard keys like, If i want to press enter button which is in Flex, we have to press tabs until it r...
When you run Quick Test (QT) test from Quality centre, the QT Remote Agent opens on the QT computer. The QT Remote Agent determines how the QT behaves when a test is run by a remote applicationm such as Quality center.
In win runner we cannot test the web pages up to maximum extent and it will not support the broswer windows that meens GUI will not learn the objects of browser window, win runner supports olny ...
Ans