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 |
Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?
what is web application and client server application.is there any difference ?
What is the difference between systemUtil and invoke method..?
What are the types of Object Repositories in QTP?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
What is throw Object?
How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
How can i open a file in Textpad and replace a string with another using QTP
what are the utilities and drivers
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
How to add a page checkpoint to your test?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private