How we can call the scripit from another scripit in
QTP?,Not a call Action
Answer Posted / allwyn
We cannot call an other script in an other script. This
could be done provided the script is shared as an shared
library file.
Reusable actions can be used but it takes a long time for
executing the script
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Diff b/w Health care domain and Banking Domain?
What is the use of text output value in quicktest professional?
What is the Command used to start the QTP
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Dis advantages of XML checkpoint ?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Can we Test Welcome Screens and Process Images with QTP
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks