Micro Focus QTP (UFT) Forums
Basic Question: How can multiple test scripts be opened in QTP 9.5 - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Basic Question: How can multiple test scripts be opened in QTP 9.5 (/Thread-Basic-Question-How-can-multiple-test-scripts-be-opened-in-QTP-9-5)



Basic Question: How can multiple test scripts be opened in QTP 9.5 - bc993aaa - 07-08-2008

A quick and pretty "basic" question.

QTP 9.x has tabs or they seem like tabs Rolleyes, so I am trying to open multiple scripts in the same QTP instance and for the love of God, it doesnt open multiple scripts!!!

Why oh Why? and is there a way (a hidden shortcut etc) or some setting to make this work??

Does anyone out there know how to do this???


RE: Basic Question: How can multiple test scripts be opened in QTP 9.5 - starstar0002 - 07-09-2008

Multiple tests cannot be opened by QTP


RE: Basic Question: How can multiple test scripts be opened in QTP 9.5 - Tim.Schmidt - 07-09-2008

Depends on what you want to do then.

If you want to edit more than one at a time, use QT Script Editor.

If you want to run several Scripts:

1. Every Script must be configured to make in openable by another script.
(Edit -> Action -> Action Properties -> Check: Reuseable Action)
2. Create a new script
3. Generate the Statement to Call the Script you want to run, for every Script.
(Insert -> Call to Existing Action)
4. Run the new Script, now all called Scripts will run after one another.

Edit:

The tabs you mention can open for example a Function Library at the same time, when a script is open, but not 2 scripts at a time Sad