How to configure the environment variables in qtp and how to use the variables, with example:
Ans :
Setting the Environment Variable
VARIABLE=Environment.Value("XXXXXXX")
Retriving the Environment Variable
Environment.Value("XXXXXXX")=VARIABLE/CONSTANT
QuickTest Professional QTP
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
Ans : u have asked a very big question in a single line ...... transfering ur testing from Manual to Automation depends upon lot of factors.Depending upon these factors u decide the 'Framework'. Framework is nothing but the approach by which u implement QTP to ur project.There are various type of framework avilable....Data, Library, Keyword Driven to name few...
How to use a data driver in QTP?
Ans :