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
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
How to find the length of the string in qtp?
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!!!
How to find operating system information using the qtp script?
How can you close the second opened browser?
How to find Operating system information using QTP script?
How does qtp identify objects in the application?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is the difference between Keyword Driven test and Data Driven test?
What are the advantages of Object Repository?
How to customize checkpoints with parameters?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
What is quicktest professional (qtp)?
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