After creating testcases, how do you start testing in QTP?
what methodology will follow?

Answer Posted / santhi

hi santhi here
Firstly you need to find out which test case are important,
then you need to write generic test script
Then u have to put them in .vbs file and call them.
After writing test cases first I can analyse which test
cases
can be automated like usability test cases cannot be
automated, I prioritise depending upon the functionality

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans

1634


What is post recovery scenario?

1657


Which scripting language used by quicktest professional (qtp)?

668


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2584


What is qtpro? What is a quick test professional?

591






What are the types of properties that quick test learns while recording?

540


could any help me please, how to work on visual foxpro application using UFT

1701


How to use the object spy in quicktest professional (qtp) 8.0 version?

522


If the objects hierarchy is changing from build to build, then how you will handle that condition?

623


If you are testing a web application then what will you test in that application?

1546


How do you check ticket cost and ticket number in flight application?

593


What is environment variable in qtp and why to use it?

553


What does it mean when a check point is in red color? What do you do?

572


How many types of actions are there in quicktest professional?

518


how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me

2460