How to use Environment parameterization in QTP? Explain with
an example.
Answers were Sorted based on User's Feedback
Answer / raj kumar
Environment.Value("Test") = "NewValue"
Msgbox Environment("Test")
| Is This Answer Correct ? | 2 Yes | 1 No |
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
What is the difference between Client/Server application and Web application ?
To which environments does QTP supports ?
Count the number of radio buttons and randomly select one.
What are the types of environment variables in qtp?
Explain the parameter in qtp?
What is test fusion report?
can we create recorset with out using database connection in vbscript?
What are the different ways to invoke an application using QTP?
what is the default ordinal identifier.what are the send keys in qTP.
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions