Can we add the function library directly from scripting in
qtp instead of adding from resource tab?
Answer Posted / nath .t
through script we can do
executefile "give the path"
Ex: executefile "d:\functionlibrary.vbs"
another way we can add to our script is AOM(Automated
object model)
first of all create Quick Test object than we can add with
that object.
Ex:
qtApp.Test.Settings.Resources.Add "Path of the library file"
like this we can add.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can we conduct U-I Testing by using QTP??????
How to export quicktest professional results to an .xls file?
What is quick test pro?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
How to find the length of the string in qtp?
Is text area check point supports for web applications?
How to call a test from another test?
Explain how Does Run time data (Parameterization) is handled in QTP?
What are the views available in quicktest professional?
How to break the object spy ?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How many types of trigger events are there in qtp?
What is ObjectParamater?