what is the exact Diff. Between Test and Component in QTP?
Answer / subhan.qa
Test: is a collection of steps organized in to one or more
actions,which are used to verify that your application
performs correctly or not.
component : A collection of steps representing single task
in your application.Business components(also known as
components)are combined into specific scenarios to build
business process tests in mercury quality center with
business process testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
How to customize checkpoints with parameters?
Have you used xml check point in your project? How?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
How will you handle application crash using recovery scenario manager(step by step process)?
Differences between QTP & Winrunner?
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
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
how to get column count in datatable
What is the difference between Systemutil.run and Navigate.
How many types of parameters are there in QTP and what are they?
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.