I have written a script where the manager gets the mails to his in box like
1.BIOPROD MANAGER APPROVAL
2.BIOPROD MANAGER APPROVAL
similarly like this .
So how does qtp recognize to open the frst mail
any script for the same
Showing posts with label Recent questions on QTP Forums. Show all posts
Showing posts with label Recent questions on QTP Forums. Show all posts
Thursday, August 28, 2008
Pass Fail on an If-Statement
Is there a way in QTP to use an if-statement and if the if-statement is true have a command to tell the script to pass if it is false have a command to tell the script to fail. The closest I could come up with was to use a message box? Thanks for the Help
If (QT = RXDaysSupply) THEN
MSGBOX "The Days Supply is Correctly Calculated at " & RXDaysSupply
Else
MSGBOX "The Days Supply is Wrong at " & RXDaysSupply
End If
If (QT = RXDaysSupply) THEN
MSGBOX "The Days Supply is Correctly Calculated at " & RXDaysSupply
Else
MSGBOX "The Days Supply is Wrong at " & RXDaysSupply
End If
"Not Checked" in Broken Links Results
Hi all,
I am trying to check a web page for the broken links with QTP, and I am getting "Not Checked" in the Status column of the Results table against all Link Names and URLs. This does not seem right, so I wonder if I am missing anything.
I have "Broken links" selected in Page Checkpoint Properties, and I have tried to turn ON and OFF the option "Broken links - check only links to current host" on Tools>Options>Web dialog. (Though the links I want to check are pointing to the current host).
Is there anything else I need to set up to get the web page checked for the broken links?
I am trying to check a web page for the broken links with QTP, and I am getting "Not Checked" in the Status column of the Results table against all Link Names and URLs. This does not seem right, so I wonder if I am missing anything.
I have "Broken links" selected in Page Checkpoint Properties, and I have tried to turn ON and OFF the option "Broken links - check only links to current host" on Tools>Options>Web dialog. (Though the links I want to check are pointing to the current host).
Is there anything else I need to set up to get the web page checked for the broken links?
VBA Application in Excel
Hi,
I want to know if it is possible to do automise testing using QTP on a Visual Basic Application hosted in Excel.
The Application on which i want to use the QTP tool is a VBA Application hosted on Excel.Can you let me know whether i can use the QTP on this kind of Application.Well,this Application uses windows forms and buttons and i am able to automise the tool where this kind of controls are used.The Problem comes when i am trying to capture the Excel Sheet as now i want to capture the data which are entered through the Excel Cell to the database.
Is there something on which you can help me out,as now my requirement is to capture the data which are entered through the Excel Sheet and to check whether the data is being entered into the Exact Table.
I want to know if it is possible to do automise testing using QTP on a Visual Basic Application hosted in Excel.
The Application on which i want to use the QTP tool is a VBA Application hosted on Excel.Can you let me know whether i can use the QTP on this kind of Application.Well,this Application uses windows forms and buttons and i am able to automise the tool where this kind of controls are used.The Problem comes when i am trying to capture the Excel Sheet as now i want to capture the data which are entered through the Excel Cell to the database.
Is there something on which you can help me out,as now my requirement is to capture the data which are entered through the Excel Sheet and to check whether the data is being entered into the Exact Table.
Subscribe to:
Posts (Atom)