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

who is the best faculty in Hyderabad for QTP?

Answer Posted / rupesh

All are Praising GC Reddy , GC Reddy.. or Some are saying
Suresh Reddy(SRSS), NageswaraRao(mindQ)... You all people
are gone mad. These are not from Real time. You ask any
following questions which are really basics in real time..
1- RegisterUserFunc
2- difference betweeen Eval and Execute
3- why we use err.Raise, Reporter.ReportFilter
4- ask them only one scenario where we have to use Recovery
scenario (Dont say Popups..we can handle those through
scripting)
5- Ask them to say how to connect to Sql server, Oracle, Ms-
acess (very very important, DSN doesnt always work)
6- ask them to say atleast 10 examples which test cases
cant be automated.(we have to do it in our companies)
7- Setting.webPackage("replay Type")=1
8- how to execute scripts on remote machine
9- in real time we needed to have Result reports in excel
and Html format..can any one from the above people can do
this.
10- finally ask them i need to login with one user and need
to create 10 flightResrvation create orders and then logout
now again another user logs in and create orders and
logsout in one script.. like this somany are there...

so dont believe all... you have to depend your OWN Brother,
very close frineds to know the real subject

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

2088


How to find the length of the string in qtp?

982


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2854


How to find operating system information using the qtp script?

1018


How can you close the second opened browser?

1342


How to find Operating system information using QTP script?

954


How does qtp identify objects in the application?

1077


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

2080


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1975


What is the difference between Keyword Driven test and Data Driven test?

2179


What are the advantages of Object Repository?

1033


How to customize checkpoints with parameters?

3502


Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

3191


What is quicktest professional (qtp)?

973


For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click

3020