Can any one send me the QTP Basic Coding Samples?
No Answer is Posted For this Question
Be the First to Post Answer
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
can anybody give me the links for vb script material
what are build and version plz explain why nomber changes in build and version?
What is text check point and text area check point?
How to work with multiple browsers when opened in the window, write the script for it
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
draw the qtp frame work?
in qtp how we work with out put values and what is the process?
What is XML checkpoint in QTP. How we can use in Web Based application
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.