How does you pass optional arguments in qtp?
Answer / Lokesh Jangpangi
To pass optional arguments in QTP, you can use the 'Parameter' keyword while defining the action. During the call to the action, you can provide the optional arguments as values for these parameters. For example: Parameterizing Action LoginAction (username As String, password As String). You can call this action with optional arguments like Call LoginAction "john" "password".n
| Is This Answer Correct ? | 0 Yes | 0 No |
How many actions we can write in a test?
Explain about the Test Fusion Report of QTP ?
What is meant by Pseudo Code?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
What is throw object?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
how and what kind of vb functions do us ein QTP?