In order to select an automation tool for automating ur
application, what r the things u need to consider?
For eg i will go for automation;
1) When there is a lot of retesting and regression testing.
2) Return on investments.
3) Whether the tool supports the appln.
4)--------------, etc.
Pls give me more number of points because my answer did not
satisfy the interviewer. Very urgent pls
3. Anyone pls tell me as many points as possible for this
question?
what r the things to take into consideration before
automating an application like;
a). Identify whether the tool supports the appln or not.
b). When there is lot of retesting and regression testing.
c). ROI.
d). When there is a need for running same script for
multiple datas, etc.
e). ----
f). --------- Pls give me more points.
I want to see all the properties of agent name in login
window. I will use the script
Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( )
msgbox
but my question is how to use the msgbox if i use a it will
display only a, so anyone pls let me know how to get the
display of all the properties using GetToProperties () or
GetRoProperties (). Thanks a lot
1. I have asked the same question for the third time, but
i am getting wrong answers.
Pls give me the script to count the number of edit boxes or
checkboxes in an windows application screen.
In windows application childobject is not working, anyone
very urgent
Pls can anyone give me the descriptive programing script to
find the number of edit boxes in a login window in flights
reservation (windows application only not web). Pls anyone,
very urgent
Greetings friends ,
Hope all of you are doing well.
When I run a test, is it possible for me to for me to take
each row from the data table , once at a time.
In other words,if i have 10 rows in the global data table,
say data1,data2, data 3...and so on up to data10.
Can I have the value of data1 when I run a test, and next
time when I run the same test (say next day), it should
skip data1 as it has already used it and go directly to
data 2 ???
Would be great if anybody can help me out know in this
issue.
Thanks & Regards !!
1. Pls can anyone give me the descriptive programing
script to find the number of edit boxes in a login window
in flights reservation (windows application only not web).
2. Using descriptive programing, how do you handle
changing URLs. Pls anyone, very urgent
1. How will you load the object during run time?
2. How do you close the Task Manager through QTP?
3. How will you handle the situation when object is not
captured during record?
4. How QTP support all types of applications (Platforms)
5. What is throw object?
6. Purpose of automation as many points as possible
7. What In-string function will do?
8. In website, protocol has been changed http: to https
what you will do? Tell me your Approach?
9. Runtime dynamic settings.
10. Types of exception handling and script for that.
11. On resume next(recovery, do u write the script in
notepad, if so, what is the script and how to call it when
ever it occurs?
________PLs anyone give me the answers for these
questions. Thanks a lot!
VM1 = "Invalid username or password. Please
try again. "
VM2 = "Email id is required.Password is
required. "
VM3 = "Email id is an invalid e-mail
address.Password is required. "
VM4 = "Password is required. "
VM5 = "Email id is required. "
VM6 = "Email id is an invalid e-mail
address. "
'Rowcount of the Local sheet
Rowcount = DataTable.GetSheet("Invalid login
transactions").GetRowCount
'Valid emailid and Password
Emailid = "test@iteamic.com"
Password = "Password0"
'For i = 1 to Rowcount
'Parameterised Email_id
Browser("Browser").Page
("Page").WebEdit("emailAddress").Set DataTable("Email_id",
dtLocalSheet)
EID = Browser("Browser").Page
("Page").WebEdit("emailAddress").GetRoProperty("value")
'Parameterised Password
Browser("Browser").Page
("Page").WebEdit("password").Set DataTable("Password",
dtLocalSheet)
PWD = Browser("Browser").Page
("Page").WebEdit("password").GetROProperty("Value")
If EID = Emailid And PWD = Password Then
Reporter.ReportEvent micPass, "EID & PWD
check", "Email id and Password is correct, One iteration of
Invalid login attempts is not being executed"
Else Browser("Browser").Page("Page").WebButton
("Sign-In").Click
'Output value exported to the local
sheet
Browser("Browser").Page
("Page_2").Output CheckPoint("Home page_Sign in")
'Storing the output value in a
variable(OUTPUT
OUTPUT = Datatable.GetSheet
("Invalid login transactions").Getparameter
("Validation_message_signin").value
'comparing the Variable Output and
the Validation message for a given input
If OUTPUT = VM1 Then
Reporter.ReportEvent
micPass, "VM1", "Invalid username or password. Please try
again. "
else if OUTPUT = VM2 Then
Reporter.ReportEvent
micPass, "VM2", "Email id is required.Password is
required. "
else if OUTPUT = VM3 Then
Reporter.ReportEvent
micPass, "VM3", "Email id is an invalid e-mail
address.Password is required. "
else if OUTPUT = VM4 Then
Reporter.ReportEvent
micPass, "VM4", "Password is required. "
else if OUTPUT = VM5 Then
Reporter.ReportEvent
micPass, "VM5", "Email id is required. "
else if OUTPUT = VM6 Then
Reporter.ReportEvent
micPass, "VM6", "Email id is an invalid e-mail address. "
else Reporter.ReportEvent micFail, "EID &
PWD check_FAIL", "Validation message checkpoint failed. The
captured v msg is not required"
End if
End if
I am getting syntax error saying "Expected 'End If'" at the
last line, Why is this? Kindly explain...
Are there any suitable free tools to conduct performance
test on a php web application?Manual or automation which is
preferable for such kind of application? please answer ASAP
hi i have one issue while selecting weblist i want show one
particalur item in weblist .ex one weblist they are monday
to sunday i want show the reporter like thurday in
particular weblist can you help me about this
thanks
balaji
what are the questions that are generally asked in an
interview if a person is having 3-4 years of exp..and in ds
exp 2 yrs exp is wd automation testing
69
I am a newbie to QTP / Automation testing. I want to
develop a script that creates a data file automatically
with proper headings using VBScript in QTP.
I'm involved in automation using silk test of an swing
application running in a browser. There is a window whose
name is a dynamic. i.e based on the input(eg: some
filename) the window name keeps on changing. I need to
capture the window name for every run of silk test case for
different input filenames. I'm aware of GetName() in
SilkTest, but its not working for me. Can anybody suggest
me any logic to achieve this using silktest?
122
For my web Application I am recording website by WR. but
the fuctions are displaying normal recorded fun. such as
set_window...etc. eventhough i selected web add-in at start
up WR. how to use web functions? such as web_link_click....
pls. guide
What are the references for TSL functions.?
Could anybody suggest me recommended book for Test Script
Language.
152
How Can I find the least value in a bunch of variables
using qtp..
E.g.:- A = 210, B = 212, C = 60, D = 111
I don’t want to write bunch of lines for this…. Is there a
way to get the result in one line…..
104
Can any one give information on "Content Disposition" in
TEST COMPLETE automation tool?
mail me to pdamarakonda@smart-bridge.co.in
call me to 09849423932
129
dears, I have one question for QTP.If my software is
english and defined objects is english name. But, if my
software has support MUI, under this case that my objects
in the QTP can't work, because the QTP can't catch the
objects name. In this case, is anybody know how to solve
this problem? Thanks a lot.
Is there any special setting required in internet explorer
or laod runner VUGen to prepare script in load runner using
seibel web protocol. is it same like web-Http/Html?
19
How to capture a window in QTP?
102
can any body give the banking domain concepts/links
383
How to use debug tools?
77
how u will evaluate the tool for test automation?
60
QTP supports both client server and Web applications. Does
it support Plug-in?
29
can u expect, major bugs in NET BANKING Project?
Modules Transaction Module, Customer Relation Module.
402
They asked by using qtp recording writing scripting