how will b the questions if we keep one QTP project in
CV.please tell me iam attending an interview.
Answers were Sorted based on User's Feedback
Answer / ravi_kanakam
1. You will be asked to explain the automation process you
are following in your company.
2. What framework you are following ?
3. Have you implemented Recovery Scenarios ? if yes, how ??
4. What is error handling ? and how you handled in QTP ?
5. What is the major difficulty you faced while working
with QTP ?
6. Features, advantages, and disadvantages of QTP ?
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mo
all questions will be on real time they will screw ur brain
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / munna
1.You will be asked to explain the automation process you
are following in your company?
2.Questions on Object Identification concept?
3.Questions will be asked on Object Repository,Object Spy?
4.Why you choose QTP to test the project?
5.What framework you are following ?
6.Have you implemented Recovery Scenarios ? if yes, how ??
| Is This Answer Correct ? | 2 Yes | 0 No |
how to evalute defects in QTP script?
How will you handle application crash using recovery scenario manager(step by step process)?
What are the benefits of qtp?
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"
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How many types of parameters are there?
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
how to get the object property
What type of VB script u had done in expert view?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
difference between waitProperty & Checkproperty
where is the bitmap checkpoint be saved