How cookies can be tested in QTP?
Answers were Sorted based on User's Feedback
Answer / rajesh
Cookies can be tested using WebUtil object.
Eg:
WebUtil.AddCookie
WebUtil.DeleteCookie
WebUtil.GetCookies
| Is This Answer Correct ? | 9 Yes | 2 No |
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
How should I get results when I run scripts in a Batch mode
I want some banking domain projects where can i get this projects ( anybody can help me plz)
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
What is active screen?
What is the use of Accessibility check point?
How u prepare Test result summary in QTp?
What are the general steps involved in the data driven framework?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
How we know the qtp has used the smart identification process for identification of the object.