01-11-2011, 01:05 AM
Hi,
I have a requirement in my QTP Script. I need to get an Input box to prompt the end user to enter data in runtime and complete the script.for eg.
At present Iam entering the hardcoded value in the script as follows
In place of 20100912, Iwant to get a prompt for entering the userdata
also can we get sysdate in place of the existing date.
Could you please let me know how can we do the above.
Thanks very much in advnce.
I have a requirement in my QTP Script. I need to get an Input box to prompt the end user to enter data in runtime and complete the script.for eg.
At present Iam entering the hardcoded value in the script as follows
Code:
JavaWindow("UserInformationSystem").JavaInternalFrame("Valid Values").JavaTable("Table[]").SetCellData "1","7","20100912"
In place of 20100912, Iwant to get a prompt for entering the userdata
also can we get sysdate in place of the existing date.
Could you please let me know how can we do the above.
Thanks very much in advnce.