In how many ways we can add check points to an
application using QTP.
Answers were Sorted based on User's Feedback
Answer / sreeprasad
2ways:
while recording the application, and also after completion
of recording by using the ACTIVE SCREEN we can add
checkpoints.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ksagar.mba
Hi all actually in 4 ways inserting a check point
1.menu]
2.Right click of keyword view
3.Right click of active screen
4.through inserting.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the entry criteria and exit criteria for your test automation
can anyone tell me from where i can download qtp demo or crack version
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Can we directly automate testscripts accrdoing to requirements? WHY ?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
How to remove associated function library?
what are the difference ways of parameterising?
How do u insert an object during runtime in qtp?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How to handle the exceptions using recovery scenario manager in QTP?