Re: Taking the value in loop from external user

2013-06-13 Thread automation.lifegoeasy.com
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

Re: Taking the value in loop from external user

2013-06-12 Thread Shalabh Dixit
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

Re: Taking the value in loop from external user

2013-06-11 Thread Gautham Maroli
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

Re: Taking the value in loop from external user

2013-06-11 Thread Ganesh muralidharan
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

Taking the value in loop from external user

2013-06-11 Thread RamaKrishna Gondrala
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 "