How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer Posted / sekhar
Dim : to declare variable we use Dim.
syntax : dim variable name
public: the variable we can use all programs and all
scripts.
syntax : public variable name
private : the variable we can use with in the program not
in out side the program.
syntax : private variable name
global:
by
sekahr
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the different types of action?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Can any body please tell me the steps of keyword driven framework of QTP.
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Is any limitation to xml checkpoints?
Whether qtp 9.0 supports Test director8.0
When and why to use descriptive programming?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is the qtp testing process?
What are the different attributes used with regular expression?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)