1>How to get the browser name by writing the VBScript.
2>How did you used the GetROProperty and GetTOproperty .give
real time scenario.
2>Give and real time ex for the bug having "High Severity
and low priority"on banking doamin web based application.

Answers were Sorted based on User's Feedback



1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty a..

Answer / bujji

Var =Browser("BrowserName").Page("PageName").Getroproperty
("URL")

Magbox Var

Is This Answer Correct ?    3 Yes 4 No

1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty a..

Answer / sivakumar

Answer to High Severity & Low Priority bug:

If you identify any showstopper bugs in any of the
functionality in the banking application.

Eg: Fash cash option throws page under construction

We identify the bug and categorize as "high severity" &
"high priority". When it goes to client, he may feel that
functionality is not required for the current release, fix
the bug in future release. Development lead will change the
status of the bug to "Low priority"

Simply we can say, all the deferred bugs will categorize as
"High Severity with Low priority"


correct me if i am wrong

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More QTP Interview Questions

is we can import the object repository from external source. if it so then how?

5 Answers  


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

0 Answers  


Problem with XML checkpoint in QTP ?

0 Answers  


what testing activities u may want to automate in a project?

2 Answers  


How can i check items sorted or not in a weblist ? Give me the script for this...

0 Answers  






Have you performed Debugging and how did you?

2 Answers  


Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com

0 Answers  


How software automation specialist enter steps in the Expert View?

0 Answers  


Diff b/w test scenario's and test Procedures?

0 Answers  


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

0 Answers  


Explain quicktest professional (qtp) testing process?

0 Answers  


how to run the script If QTP tool not identify object in web page

2 Answers  


Categories