why qtp supports vbscript? and not for others just like
cgi,phython,shell,perl,html and all..
Answers were Sorted based on User's Feedback
Answer / jony
QTP support only Windows OS based application not Unix
based os applciation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / geena
QTP does not support VB Script. The Script for QTP is VB
script.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vijaykumar
why vbscript supporting :
1) Qtp support windows platform and it is very easy to handle the vb.because at the time of installation vb framework also installing.
2) example:creating folder manually in system but manually is crating but some script also running in background.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to work with multiple browsers when opened in the window, write the script for it
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
How do you convert manual test cases to automated test cases?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
What are the challenges u faced in testing with crm domain? How u overcome with?
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
How can I check if a environment variable exist or not?
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???