what is use of optionexplicit in variable declaration
Answer Posted / ram
Option explicit on means we have to declare the variable
ex dim a
Option explicit off means we dont want to declare the
variable(by default variant)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
They asked by using qtp recording writing scripting
what you mean by artifact,milestone...
Explain Descriptive Programming Types with Examples?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What are main panes available in qtp test browser?
could any help me please, how to work on visual foxpro application using UFT
What is QTP and the use of QTP in TD?
How do you create new test sets in td?
What is synchronization? What are the ways you can synchronize?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Is it possible to call win runner script in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What are the differences between table and db checkpoints?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly