I have written some scripts in QTP by using older version,
but I want to run them in latest version. Is there any
process to do that.If so can anyone explain me?
Answer / hemakumar.m
when u are opening a older version files in new version qtp
it will ask u want to convert it into version .Just click
yes button .Thats enough.No need of any process.
| Is This Answer Correct ? | 7 Yes | 2 No |
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Who uses qtp tool?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How to insert a check point to a image to check enable property in QTP?
Hi How to retrieve data from web element line by line?
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
Explain QTP Testing process ?
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...
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
Could you please suggest a book to start with QTP and also a book for advanced concepts?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)