Write your script under a for loop, take user input using inputbox method &
pass the same in for loop.
On Wednesday, 12 June 2013 11:29:51 UTC+5:30, RamaKrishna Gondrala wrote:
>
> Hi Experts..!!!
>
> I want to run the QTP script for a particular number of times..But this
> number should be spec
You can use QTP AOM to configure the test run settings. As suggested by
Ganesh you can use Inputbox to take the input from the user and pass that
variable as Test Input Parameter to the script. Following is a sample code
that you can use:
iStartIteration = Inputbox("Enter the Start iteration numbe
Try using the Environment Variable by defining it in a External file
Regards,
Gautham Maroli
On Wed, Jun 12, 2013 at 3:59 PM, RamaKrishna Gondrala
wrote:
> Hi Experts..!!!
>
> I want to run the QTP script for a particular number of times..But this
> number should be specified by the user extern
Try a Inputbox if you are expecting a dialog which takes user input.
On Wed, Jun 12, 2013 at 12:59 AM, RamaKrishna Gondrala wrote:
> Hi Experts..!!!
>
> I want to run the QTP script for a particular number of times..But this
> number should be specified by the user externally during run time. H
Hi Experts..!!!
I want to run the QTP script for a particular number of times..But this
number should be specified by the user externally during run time. How can
I do this?
Can someone help me?
Thanks,
Rama Krishna.
--
--
You received this message because you are subscribed to the Google
"