Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can i prepare for QTP(8.2) to face interview ?
give over view details?

Answers were Sorted based on User's Feedback



how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

Answer / kmreddy

hi sudharshan reddy
can u please send me the QTP frame works,ppts and material
and this is my mail id 'kmr.sai@gmail.com'

Thanks for advice

Kmreddy.

Is This Answer Correct ?    0 Yes 0 No

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

Answer / karhti

hi sudhanan,
can you please send the qtp materials to karthi9179@gmail.com

Is This Answer Correct ?    0 Yes 0 No

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

Answer / ria

Hi Would you please help me with qtp interview preparation?
Thanks

Is This Answer Correct ?    0 Yes 0 No

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

how can i prepare for QTP(8.2) to face interview ? give over view details?..

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

Post New Answer

More QTP Interview Questions

How do you synchronization point through DP?

0 Answers  


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

0 Answers  


What is the parameterization?

0 Answers  


In a web site, Protocal has been changed http: to https: what is your approach?

2 Answers  


If object is not recognized by qtp but the object is standard object what is your approach?

0 Answers  


Tel me what was the automation testing process you followed?

2 Answers  


How will you handle application crash using recovery scenario manager(step by step process)?

1 Answers  


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).

2 Answers   Cap Gemini,


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

1 Answers   HP,


Is it possible to call win runner script in qtp?

0 Answers  


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

0 Answers  


when a test case is written how u test using qtp

0 Answers   Satyam,


Categories