Does QTP provides any tools for parametarization?
Answers were Sorted based on User's Feedback
Answer / nct
Yes, QTP uses Microsoft Excel for parameterization.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
Go to tools -data driver for parameterization.
You will see the a table with number 0 and 1. You high
light what ever you want to parameterize and click on the
radio button parameterize and click on next and next and
then finish. Then column of 0 will be 1.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is profile tool?
in qtp wha t is synchronisatin pt,what is the maximam time out
How to interact tool & application build in QTP?
Can a function return a dictionary object?
Tell when we call the function? tell with example.
What are Child Objects?
Are u place all QTP Framework folders in VSS?
Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J
what is parameterisation?
How QTP recognizes Objects in AUT?
How to load a object repository(using VBScript) ... very urgent....
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.