how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answers were Sorted based on User's Feedback
Answer / lakshman
Hi Sudarshan,
Can you please send me the qtp material at mamidilk@gmail.com
Thanks a lot.
Regards,
Lakshman
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar
hi sudharshan reddy
can u please send me the QTP frame works,ppts and material
and this is my mail id kumar.lead@gmail.com
Thanks for advice
kumar.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / selvam
Hi Sudarshan,
Could you please send me the qtp material at
mselvaam@gmail.com
Thanks in Advance.
Regards,
Selvam
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karhti
hi sudhanan,
can you please send the qtp materials to karthi9179@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kanika
hi sudharshan reddy
can u please send me the QTP frame works,ppts and material
and this is my mail id datta.kanika@gmail.com
Thanks for advice
Kanika
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi
Hi Sudharshan,
Could you plese send me the QTP PPT and framework
information at my mail id globalpeace2008@gmail.com
Thanks and regards,
Ravi
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ria
Hi Would you please help me with qtp interview preparation?
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akiaa
Hi Sudhanandareddy,
Can you please send QTP framework and other materials also
to me?
My mild id is akiaanair@rediffmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashanthkumar
Hai SudhanandaReddy!
I shall be Thankful to u ,if u Could please send me the QTP
Frame work material and the PPT's.
Here is my Id .
cynosure001@rediffmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you synchronization point through DP?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is the parameterization?
In a web site, Protocal has been changed http: to https: what is your approach?
If object is not recognized by qtp but the object is standard object what is your approach?
Tel me what was the automation testing process you followed?
How will you handle application crash using recovery scenario manager(step by step process)?
Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
Is it possible to call win runner script in qtp?
How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve
when a test case is written how u test using qtp