WHAT IS ENVIRONMENT VARIABLES?and where it is used in real
time scenario?
Answers were Sorted based on User's Feedback
Answer / satyanj
Environment Variable is an object of QTP. It is used for
Parameterisation purpose.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mulugu
I accept comments of Satyanj.
It is used for the Parameterization.
Is This Answer Correct ? | 1 Yes | 0 No |
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
Which operator is used to concatenate the 2 values in the vbscript language?
What is variant in vb script?
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Why do we use Option Explicit?
write a vb script to generate fibonnaci numbers
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next