-
-
-
Passing values from global sheet to action sheet
How to pass the values from global sheet to action sheet and vice-versa?
-
-
How to make QTP scripts bundle?
Description:I am going to make QTP scripts afterwards I want to run this scripts in different PC so I want know how to bundle the Scripts and is there a need to install any software?
-
Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me.
2. How can i generate and select Tree View in Programatically.
Eg: Mycomputer Contains all drives information like as below.
+My Computer
when i press + Symbol My Computer will Expand that format like
-- My Computer
Drive C
Drive D
At That scenario i will perform these action
a. Expand My Computer View by selecting + Icon
b. After expanding i will select Drive D
While doing above conditions how script will generate plz let you find ASAP and mail me back. Don't forget.
">In Quick Test Pro 8.21. While Recording/writing the Script i want to know the " Selecting Tab Position Action Script".Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me. 2. How can i generate and select Tree View in Programatically. Eg: Mycomputer Contains all drives information like as below. +My Computerwhen i press + Symbol My Computer will Expand that format like-- My Computer Drive C Drive DAt That scenario i will perform these actiona. Expand My Computer View by selecting + Iconb. After expanding i will select Drive DWhile doing above conditions how script will generate plz let you find ASAP and mail me back. Don't forget.
-
-
-
-
-
-
-
next
**********
Is it acceptable WebEdit("Text"&i) ? I am getting error here.
Any suggestions?
">I have 10 Edit Boxes in my application. i Named them as Text1, Text2, Text3...Text10. Now i want to set values in these Text Boxes using Loop Statement. Can i Usefor i=0 to 10 browser("b1").page("p1").WebEdit("Text" & i).set "value" &inext**********Is it acceptable WebEdit("Text"&i) ? I am getting error here.Any suggestions?
-
QTP strEnvPath error
I am getting path not found error.Can any body can tell me what is the root cause for that.strEnvPath = "D:Test_Variables.txt"Environment.LoadFromFile strEnvPath
-
QTP problem while working with SAP
I am using -- QTP -- for SAP -- I have an issue in utilizing / leveraging the output value from the results of 1st action as the input value for the 2nd action in the same test set . Please let me know how do I do that .
-
-
-
ie it enters blank and proceeds to next statements
only workaround available for this is you need to toggle between using browser event
and mouse events replay type
i.e. setting. webpackage("replaytype")=2 for mouse
perform input file action
and switch back using
setting. webpackage("replaytype")=1 for browser
Even with this Problem is not resolved
Does anyone know Better workaround for this
and why QTP has this serious limitation in using input file method (Webfile object of QTP)
as this makes well written scripts unreliable ..
">Hello All I have been using QTP fairly well in automating regression test Cases for my Web application.I have come to know about lots of workarounds for problems that arise using Combination of DP, VB script and OR of QTP However there has been one issue with the tool whenever it tries to enter a network file path in Input file fieldProblem is when it is run on an iteration, it does not put in put file path something like"serverqtpmyfile1.xls" ie, out of 5 times it will fail 3 times .. ie it enters blank and proceeds to next statements only workaround available for this is you need to toggle between using browser event and mouse events replay type i.e. setting. webpackage("replaytype")=2 for mouseperform input file action and switch back usingsetting. webpackage("replaytype")=1 for browser Even with this Problem is not resolvedDoes anyone know Better workaround for this and why QTP has this serious limitation in using input file method (Webfile object of QTP)as this makes well written scripts unreliable ..
-
-
How to pass the action parameter captured into code.
I have used output parameters to output values of an object and want to use the value in the main code
QTP Interview Questions
Ans