what is qtp automation frame work,what is the use of that
frame work?
Answers were Sorted based on User's Feedback
Answer / brahma
frame work is nothng but Test script modulatary frame
work.set of assumtions and concepts and practices that
provide supported for automation s/w testing.
| Is This Answer Correct ? | 24 Yes | 56 No |
Answer / bharathchowdary
framework defines how to approach for scripting .
frame work may change form company to company & project to
project.
it may be recording or descriptive
| Is This Answer Correct ? | 48 Yes | 94 No |
Answer / prasad
framework is nothing but separating each and everything
related 2 script such as env,tests,or,functions,ip
files,results etc
| Is This Answer Correct ? | 71 Yes | 118 No |
Answer / deeps
Automation Frame work is nothing but Common Name Conviction
where all the team members should follow same names(like
OK ...)while updating in the object repository in order to
avoid confusion.
| Is This Answer Correct ? | 27 Yes | 108 No |
Count the number of radio buttons and randomly select one.
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
write is the code for regular expression in QTP
Does QTP provides any tools for parametarization?
Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog
How do u connect database through QTP tell me both Ms Access and SQL
how can I read text in browser and export the same into text file?
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
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
What kind of errors can b handled in QTP in real time scenario?
How i can use and create Library functions in QTP and what is the proces .