What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
Environment variable is a variable which keeps the value through out the action.
suppose there are 3 actions(action1,action2,action3) and if you declared and defined environment variable in action1, then the value will be accessable in action1,action2,action3
there are 2 types of environmnet variables
1. Build in
2. user defined
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you worked with QC?
can u tell me the the cost of automation tool QTP ?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
What is debugging? How you debug your script?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = India/Srilanka/Australia/England/South Africa.I need the Output Country wise? [ 1st Msgbox India , 2nd Msgbox Srilanka] ---- 3. How can Choose these test cases to be automated?
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
What is output value?
What is the default add-ins in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans