how to load the *.vbs (or) test generating script in a new
machine?
Answer Posted / chaitu
Actually we load .vbs files into Qtp with the following
option filesmenu-->Settings-->ResourceTab-->Press '+'
symbol, then we get some Browse button press and navigate
the path of that .vbsfile then its automatically load in
system
when u need any function from that file, simple u Call
Call functionName 'any where in the script
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain about the test fusion report of quicktest professional?
what are all the fileds present in object repository?
How you can find length of array in qtp?
How you create new action in qtp?
Discuss quicktest professional environment?
When should I use smart identification?
What are the different ways to invoke an application using QTP?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is file database?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How to use output values in qtp ?
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