how you will do cookie testing using QTP?
Answers were Sorted based on User's Feedback
Answer / deeps
For internetexplorer
go to Tools->internetoptions->privacy Tab then click on
Advanced button.
Dialog box for controlling cookies is here
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / amit pachange
QTP is mainly used to do regression testing. Cookie testing
is not possible using QTP.
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain what the difference between Shared Repository and Per_Action Repository
What is your role and responsibilities in QTP with your current organization?
how we connect oracle or sql data server database to qtp.
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
Explain different types of checkpoints?
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
How to parameterize in QTP?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
wat are views in qtp explain
Explain the parameter in qtp?
If object is not recognized by qtp but the object is standard object what is your approach?