Hi, I am supposed to automate mainframe application through
qtp. I do not know how to start abt it. Can you plz help me
in first initializing the process or do you anybody have a
guide book or a link which guides me through the process of
automating the mainframe applications and things involved
in it.
248
what is 2 tier and 3 tier application.
28
What are different versions in Win Runner ,QTP ,Load Runner
and Test Director till now and atleast please let me know
new features for each version.
Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
I am getting the "test object property" Description
properties "toolkit class" value
By using "gettoproperty" in run time
But my problem is how to get Ordinal Identyfier's type and
value
Type is index, value is 0
How can i keep this values in to required place
How can i get these values in runtime
I have to insert these "index" and "value" into another
area
Is there any script for this
like "gettoproperties","Getroproperties"
If anybody knows,please help me .
I want step by step guidelines on loadrunner.i think it
will be a great.please can any one help me.
247
How did you use automating testing tools in your job?
112
I got an error "The"flightres" Dialog was not found in the
Object Repository. Check the OR to confirm that the object
exists or to find the correct name for the object." while
running the following script
Set flightres=description.Create()
flightres("text").value="Login"
flightres("Class Name").value="Dialog"
Set agent = description.Create()
agent("nativeclass").value="WinEdit"
agent("attachedtext").value="Agent Name:"
Set pwd = description.Create()
pwd("nativeclass").value="WinEdit"
pwd("attachedtext").value="Password"
Set button = description.Create()
button("nativeclass").value="WinButton"
button("Text").value="OK"
Dialog("flightres").WinEdit("agent").Set "test"
Dialog("flightres").WinEdit("pwd").Set "mercury"
Dialog("flightres").WinButton("button").Click
Please let me know if i made any mistake in the above script...?
7
I am getting an error "failed to open the XML checkpoint
result viewer" in result window,after clicking on "View XML
checkpoint results".Someone suggest me settings,if any...
87
what is difference between calling a function and reusing
an action?
70
How to customize checkpoints with parameters?
49
is there any addin for remedy user application
110
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?
123
Hi, I wanted to go with TestingDomain-Automation. Regarding
this I need to take training on any one tool either
WinRunner or LoadRunner. Which is better to get job,having
future and takes lesstime with easier***. pls mention one
tool name. Basically iam manual test engineer on unix-
platform.
105
Hi All,
I need 5 yrs exp manual and automation testing using
QTP sample resume. is there any body having please send me
my mail id is bjr@aol.in
Tahnks in Advance
31
Hello,
I am working on automating unix application using QTP via
terminal emulator.Recording and playback works as i execute
my test case. I need to parameterise my data now.
Steps to be followed
1. go to the application
TeWindow("TeWindow").Window("Connect").WinButton
("Connect").Click
2. Make a transaction to an account
I am able to make transaction one at a time (one person
when i run the script) and the script is as below and works
fine.
TeWindow("TeWindow").TeTextScreen
("TeTextScreen").Type "./4ee.sh"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micReturn
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync
TeWindow("TeWindow").TeTextScreen
("TeTextScreen").Type "a21100002"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micReturn
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync
TeWindow("TeWindow").TeTextScreen
("TeTextScreen").Type "tcccc"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micReturn
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync
TeWindow("TeWindow").TeTextScreen
("TeTextScreen").Type "test"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micReturn
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micF1
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micF1
TeWindow("TeWindow").TeTextScreen
("TeTextScreen").Type "xexit"
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type
micReturn
TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync
3. Now i need to Make a transaction to the account for the
list of people available from data table. How do i do this?
Please let me know if you can
Thanks,
Chaya