how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / syed
Hey,
could u pls send the framework, the sample flows that u
have done and the PPT which u have mentioned
to "Syed.johny@gmail.com"?
Thanks,
Syed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
what is command for executing files?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What do you mean by checkpoints in qtp?
What is QTP testing process?
Without using gui map editor we can recognize the application in winrunner ?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
give me an example where u used good judgement and logic in solving a problem
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Where to use function or action?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.