Where we save all scripts in the QTP
Answers were Sorted based on User's Feedback
Answer / srinu
Scripts in QTP will be stored in .mts extenstion
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / surya prakash
By Default QTP Derects to save tests into its installation
folder within that tests folder. The test script will be
saved in that test folder with .mts extension.
But we can mention the location where to store the tests,
according to our framework and File Structute in it
Surya...
9866727279
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / j. sambasivarao
For all types of files in testing that is library files,
script files (.vbs files), log files (result windows),
object repository files (.tsr files), and recovery files
have separate folders in companies database named as "Test
Base." Like this, software developers have database storage
in company called as "Soft Base."
J. Sambasivarao
9948280248
jampani_sivarao@yahoo.com
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sandeep n
In some configuration management tool like VSS
Is This Answer Correct ? | 0 Yes | 3 No |
Which scripting language used by quicktest professional?
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
what are the different types of framesworks in QTP?what is the keyword driven framework?
write script to read and write data from file ?
what is the difference between wait and wait function
wht is Automation testing frame work. pls explain it
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
how to upload an excel sheet to quality center?
How to handle the exceptions using recovery scenario manager In QTP?
What is All object and Local object in Object Repositary? Explain me please.
What are the environment variables?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?