Search 5,000,000+ questions and answers.

Frequently Asked Questions

How to execute a WinRunner Script in QTP?

My Journey: QTP Faqs
Ans : (a) TSLTest.RunTest TestPath, TestSet [, Parameters ] --> Used in QTP 6.0 used for backward compatibility Parameters : The test set within Quality Center, in which test runs are stored. Note that this argument is relevant only when working with a test in a Quality Center project. When the test is not saved in Quality Center, this parameter is ignored.
Related Questions

How do I execute script-fu from batch mode?

GIMP - Documentation
Invoke the script as non-interactive and add a pair of escaped quotes around each string just like you do in (script-fu-register). You DO NOT need to replace '-' with '_' in any names or registrations.
Related Questions

How to "Turn Off" QTP results after running a Script?

My Journey: QTP Faqs
Ans : Goto "Tools > Options > Run Tab" and Deselect "View results when run session ends". But this supresses only the result window, but a og will be created and can viewed manulaly which cannot be restricted from getting created.
Related Questions

How can we create the invoke command in the winrunner script?

WinRunner FAQ - Page 7
Latest Answer: Invoke is the function in wirrunner to activate any application.That can be written in the below for...
Related Questions

Why do some lines in my script never execute?

AutoHotkey FAQ
Any lines you want to execute immediately when the script starts should appear at the top of the script, prior to the first hotkey, hotstring, or Return. For details, see auto-execute section. Also, a hotkey that executes more than one line must list its first line beneath the hotkey, not on the same line. For example: #space:: ; Win+Spacebar Run Notepad WinWaitActive Untitled - Notepad WinMaximize return
Related Questions

What is QTP ?

New Page 1
QuickTest is a graphical interface record-playback automation tool. It is able to work with any web, java or windows client application. Quick Test enables you to test standard web objects and ActiveX controls. In addition to these environments, QuickTest Professional also enables you to test Java applets and applications and multimedia objects on Applications as well as standard Windows applications, Visual Basic 6 applications and .NET framework applications.
Related Questions

What is QTP script to find whether perticular city in weblist in web page or not?

QTP FAQ
I have 100 labels and other text in the application. I want to verify their names( text) in diffrent...
Related Questions

How do I execute a batch file or shell script from Ant?

Apache Ant - Frequently Asked Questions
On native Unix systems, you should be able to run shell scripts directly. On systems running a Unix-type shell (for example, Cygwin on Windows) execute the (command) shell instead - cmd for batch files, sh for shell scripts - then pass the batch file or shell script (plus any arguments to the script) as a single command, using the /c or -c switch, respectively. See the above section for example <exec> tasks executing sh. For batch files, use something like: <exec dir=".
Related Questions

Why doesn't the installation script on my Gridgen installation CD have execute permissions?

Gridgen FAQ
What you have most likely encountered is the fact that some operating systems will not mount a CD with execute permissions. To successfully run the installation script from the CD on such an operating system, you will need to do the following:
Related Questions

How do I tell Gridgen to execute a script file everytime it starts?

Gridgen FAQ
A script file that is executed automatically everytime that Gridgen starts is called an "RC" file and it is just a regular Glyph script. There are several places that Gridgen looks for an RC file. First, it looks to see whether the GRIDGEN_RCFILE environment variable is set (note: this environment variable is deprecated and may not be supported in future releases). If GRIDGEN_RCFILE is not set, Gridgen looks for a file called _gridgenrc (.gridgenrc on Unix) in the starting directory.
Related Questions

Will I be able to execute a program or MaxL script if a trigger is executed?

Hyperion Developer Network : Hyperion Essbase Release 7.0 FA...
No. In this release of Analytic Services it is not possible to execute an action other than send the information in an e-mail or spool it to a file. However, it is possible to create a program that monitors the creation or modifications of the trigger files and then have this program launch other tasks.
Related Questions

How can I make Ubuntu execute a script or program at startup?

Ubuntu:Forums FAQ - PyKeylogger
I am a frequent participant on the Ubuntu Forums, and I have noticed a few questions (and their variations) being asked over and over again. So I created this page to archive and categorize these questions and their answers, so that whenever I see one of these questions being asked, I can simply point to this page (and I encourage other forums participants to do the same - as well as to help flesh out this FAQ).
Related Questions

How can I execute a PHP script using command line?

AKAAS :: PHP Interview Questions and Answers | PHP Frequentl...
Just run the PHP CLI (Command Line Interface) program and provide the PHP script file name as the command line argument. For example, "php myScript.php", assuming "php" is the command to invoke the CLI program. Be aware that if your PHP script was written for the Web CGI interface, it may not execute properly in command line environment. PHP Interpreter treats numbers beginning with 0 as octal. Look at the similar PHP interview questions for more numeric problems.
Related Questions

Who can execute a will?

Inspector Genaral of Stamps and Registration
a) Any person above the age of 18 years and mentally sound may execute will, but will caused by fraud or coercion or by importunately will not be valid. Therefore a will must be executed voluntarily. d) Scribe (deed writer / advocate) cannot be called witness. Two independent attesting witnesses other than the scribe or necessary. In order to avoid disputes in implementation of a will, description of property and the beneficiaries should be clearly be written without giving room for any doubt.
Related Questions

How do I execute configure scripts?

MinGW - Frequently Asked Questions
Applications using a UNIX-style build process will typically require a shell environment and set of POSIX tools, for executing configure scripts and building the application. The Cygwin environment was once the only choice available to fill this role, although recently the MSYS environment was released to offer MinGW developers a more lightweight alternative. The use of both these environments with MinGW is described in more detail below.
Related Questions

How do I call one script-fu script from another?

GIMP - Documentation
The trick to calling script-fu-scripts from another script is to just reference the main define for the script and not to try to use the pdb call. All the scripts in script-fu share a common name space; you call other scripts just like a regular function / define / whatever you call those those things in_scheme.
Related Questions

What is Script-Fu?

GIMP - Documentation
Script-Fu is the first GIMP scripting extension. Extensions are separate processes that communicate with the GIMP in the same way that plug-ins do. The distinction is that extensions don't require an active image to operate on, instead extending GIMP's functionality. GIMP internals for version 1.0 have been completely overhauled from version 0.54. In particular, the plug-in API has been made far more general with the advent of the procedural database (PDB).
Related Questions

What is Java-Script?

Forum FAQ - GameDev.Net Discussion Forums
Java-Script is a client-side scripting language that can be embedded within a web page. Java-script is used to create dynamic web pages or to provide functions to the web browser that don't normally exist.
Related Questions

How to handle dynamic objects in QTP?

Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMS
QTP has a unique feature called Smart Object Identification/recognition. QTP generally identifies an object by matching its test object and run time object properties. QTP may fail to recognise the dynamic objects whose properties change during run time. Hence it has an option of enabling Smart Identification, wherein it can identify the objects even if their properties changes during run time.
Related Questions

How many types of Actions are there in QTP?

Some QTP Faqs, Useful........ - SURESHKUMAR.NET FORUMS
non-reusable action-an action that can be called only in the test with which it is stored, and can be called only once. reusable action-an action that can be called multiple times by the test with which it is stored (the local test) as well as by other tests. external action-a reusable action stored with another test. External actions are read-only in the calling test, but you can choose to use a local, editable copy of the Data Table information for the external action.
Related Questions

how you will do cookie testing using QTP?

QTP FAQ - Page 6
can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i am retriving the data from the database to webpage. i put text checkpoint on the text, but problem is the parameterization. can anybody help me with code. i will appreciate if anybody can say Hi Friends i have one question i.
Related Questions

How to change version control in QTP?

QTP FAQ
Difference between library files and reusable functions in QTP? What is the purpose of each? Explain...
Related Questions

To which environments does QTP supports ?

New Page 1
QuickTest Professional supports functional testing of all enterprise environments, including Windows, Web, ..NET, Java/J2EE, SAP, Siebel, Oracle, PeopleSoft, Visual Basic, ActiveX, mainframe terminal emulators, and Web services.
Related Questions

How QTP recognizes Objects in AUT?

My Journey: QTP Faqs
QuickTest stores the definitions for application objects in a file called the Object Repository. As you record your test, QuickTest will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by QuickTest), and will contain a set of properties (type, name, etc) that uniquely identify each object.
Related Questions

What scripting language is QTP of?

My Journey: QTP Faqs
You can check an area of a Web page or application as a bitmap. While creating a test or component, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. QuickTest captures the specified object as a bitmap, and inserts a checkpoint in the test or component. You can also choose to save only the selected area of the object with your test or component in order to save disk space.
Related Questions

How do I request WinRunner 8.2?

Mercury WinRunnerâžÂ˘, automated testing, and functional te...
Customers with current maintenance on WinRunner may upgrade to the latest version at no charge. To order a CD, contact Mercury's Customer Support at http://support.mercury.com. For new customers or expired maintenance, contact 1-800-TEST-911. You can also request a 14-day evaluation by calling the phone number listed above.
Related Questions

How do I obtain a WinRunner License Code?

Mercury WinRunnerâžÂ˘, automated testing, and functional te...
If you are upgrading from WinRunner 7.5 or later, you can continue to use your existing license code. For earlier versions of WinRunner, you must request and install a license code by visiting the following link at http://support.mercury.com and go to “Submit a License Key Request�. Provide the license type, maintenance number(s) and the locking code(s) generated specifically for the machine(s) or for the license server.
Related Questions

What are the system requirements for WinRunner 8.2?

Mercury WinRunnerâžÂ˘, automated testing, and functional te...
Operating System: Windows NT® 4.0 Service Pack 6a (not supported when WinRunner is connected to Quality Center), Windows® 2000 Service Pack 4, Windows® XP Service Pack 1 or Service Pack 2, Windows® 2003 server or Windows® 2003 Server Service Pack 1. Note: WinRunner 8.2 is supported on Windows XP Service Pack 2 only if the execution prevention mechanism (also known as DEP-data execution prevention and NX-no execution) is not activated.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact