Answer Posted / gaurav
a function is VB Specific, whereas action is QTP specific.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are main panes available in qtp test browser?
What is the meaning Work bench?
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
Explain the benefits of quick test pro(qtp)?
What is quicktest professional (qtp)?
How can you identify the browser and its information using QTP script?
How does qtp identify gui object?
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
How can we conduct U-I Testing by using QTP??????
explain keyword driven framework with banking domain?
What are the types of object repository in qtp?
How you can find the absolute value of the number in qtp?
what is meant by source control?
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…..
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?