Explain types of exception handling and script for that?
Answers were Sorted based on User's Feedback
Answer / av
you didn't list the types, seemed it's not quite clear
Is This Answer Correct ? | 0 Yes | 0 No |
' Script :: Login
' Date ::
' Input Values :: dtable,text,mydate
'Last Modified ::
Option explicit
Dim dtable,text,mydate,url
url="C:\Program Files\Mercury Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe"
mydate=(mid(date,1,6)& right(date,2)) 'For Current Date Use
this statement
'mydate=(right(date,2)& mid(date,3,4)& right(date,2))
'datatable.GlobalSheet.AddParameter "Date", mydate
'datatable.Value(1,1)=mydate
datatable.Import("C:\Documents and
Settings\Shyam\Desktop\QTP_Script\User_Login\From.xls")
datatable.Import("C:\Documents and
Settings\Shyam\Desktop\QTP_Script\User_Login\To.xls")
'datatable.Import("C:\Documents and
Settings\Shyam\Desktop\QTP_Script\User_Login\Agent_Name.xls"
)
'datatable.Import("C:\Documents and
Settings\Shyam\Desktop\QTP_Script\User_Login\Password.xls")
' INVOKE The Login
'datatable(2, dtGlobalSheet)= url
SystemUtil.Run(url)
'Check Login exist
if dialog("Login").Exist then
'dialog("Login").WinEdit("Agent Name:").Set DataTable
("Agent_Name", dtLocalSheet)
'dialog("Login").WinEdit("Password:").Set DataTable
("Password", dtLocalSheet)
Dialog("Login").WinEdit("Agent Name:").Set DataTable
("A",dtLocalSheet)
Dialog("Login").WinEdit("Password:").Set datatable("B",
dtLocalSheet)
dialog("Login").WinButton("OK").Click
' Check for invalid user and password
If dialog("Login").Dialog("Flight
Reservations").Exist Then
dialog("Login").Dialog("Flight
Reservations").WinButton("OK").Click
Reporter.ReportEvent
micfail,"Login","Invalid User /Pwd Check"
msgbox "Invalid User /Pwd Check"
ExitRun(0)
End If
'else if
else
Reporter.ReportEvent
micfail,"Login","Login Dialog not exists"
msgbox "Login Dialog not exists"
ExitRun(0)
end if
Reporter.ReportEvent micdone,"Login","Login Sucessfull"
' Enter the order information
window("Flight Reservation").WinButton
("Button_NewOrder").Click
window("Flight Reservation").ActiveX("MaskEdBox").Type
Datatable("Fdate")
window("Flight Reservation").WinComboBox("Fly
From:").Select Datatable
...............
Any more question mail me testingwithshyam@gmail.com
Is This Answer Correct ? | 1 Yes | 3 No |
what is the purpose of .vbs file?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
what will be the stmt if record any edit box in the Web application ?
Explain in brief about the QTP Automation Object Model.
what are the drawbacks for record and payback in qtp
can any one say that where we can download the QTP trail version ??????????
in howmany ways you perfrom batchtesting
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
what are the disadvantages in QTP 9.2?
How can i use Output Check points in QTP
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?