from what stage you will start automation in your project
Answers were Sorted based on User's Feedback
Answer / tvl
In the execution time when we have findout repeatable
actions ,then we will use the QTP.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / murali
When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.
Before automating one need to consider the points
Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven
Product based
-develope products
Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vengi
When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raghu
when repeatable actions are need to be perrformed then
automation testing takes place.
Is This Answer Correct ? | 0 Yes | 2 No |
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How to supress warnings from the "Test results page"?
what is automation(qtp)bug pls giv me one ex?
how to handle the textboxes where in it should take the sum like ex:: while posting a question in this site it will for what is the result of 6+3=__ where in we have to enter manually 9 and click on submit... but how to handle these cases in qtp.. can someone plz help me out wid dis...
Explain how you can find length of array in qtp?
what is the difference between Automation object model(AOM) and test object model(TOM)
what is batch testing?
In QTP if u got a defect , how to report to developer using Test director or Quality center .
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 mean by soi in object identification
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??