There are some links on the page,count and click those
links and check the text on the page displayed on clicking
the link.write script for this scenario.
Hi,
I am new to QTP testing and was exploring the frameworks
used for automation. I wanted help in writing various
scripts and files for keyword driven automation like
1. Control File
2. Test Case File
3. Startup Script
4. Driver Script
5. Utility Script
. etc
It would be great if someone can give help in this context
... Thanks
I am new to automation testing.I am learning QTP 9.2.my
question is how to install the defferent addins(other than
Default Addins) is there any defference in QTP after
installing the Addins.where we can get the addins?
Hi All, I am 4 yrs experieced in manual testing and new to
automation tool QTP. Iam trying to learn it thru online and
material i have.I am able to understand but unable to trace
out which method or function to be used where necessary in
VB Script. How come we know the functions or methods to be
used to open a window when clicking on button or so...Pls
suggest me.How can i proceed further to apt VB Script.
Hello,
Is there any source from which i can get any live tutorial
or trial of Automation tools?? Also i have a query that is
there any certification course or exam available for
Automation tools QTP and QC?
Can anyone tell me about "Step- By Step Paramterization".
among the two paramaterizations, Step by step and
Parameterize All, which one is mostly used.
HOw to add the recovery file at runtime to the test file .
110
you are recording on "WINDOW 1", say it has a link if you
click on that, that leads you to "WINDOW 2". If you do any
manipulations on "WINDOW 2" that are automatically updated
in to "WINDOW 1". But "WINDOW 1" is currently invisible. But
the updations in "WINDOW 1" must also be recorded as a
script in QTP.
The best Example is if you update your resume in JOB STREET
portal it actually happens in other window, but the previous
window is automatically updated. Now does QTP help you in
this types of situations?
Any body can answer this question. please.....
Siva
What is the difference between rational rose and QTP?
76
Can any body help me to write descriptive program to find a
cell value (say 2 row, 3rd column) in a datatable which is
creating dynamically and statically
i get error "winrruner cannot identify object" and gives
details like
the physical description of object
"windowsFor....378734a_11" has changed
descritpion in GUI map new discription
Description
{ {
class:object
class:object
Msw_id:264896
Msw_id:918548
}
}
Below is a script of functionality where amount is
transfered from users
account ,first contact summary of user is opened then
transfer button is
available on which we click .on clicking transfer form
opens and various
details are entered like amount to be transfer,transfer type
.line where i
m getting error is obj_mouse_click
("WindowsForms10.Window.8.app have marked it with red in
script
.0.378734a", 164, 10,
i would be very thankful if anyone can give help related
to this
problem.
*SCRIPT IS BELOW:-*
> # Shell_TrayWnd
> set_window ("Shell_TrayWnd", 1);
> toolbar_button_press ("ToolbarWindow32_1", "Contact
summary -
> Scheme:
> SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); #
Button Number
> 3;
>
> # Contact summary - Scheme: SCHEME CARD PROGRAM (admin -
Local -
> V.1.8.2.0000)
> set_window ("Contact summary - Scheme: SCHEME CARD
PROGRAM (admin -
> Local - V.1.8.2.0000)", 1);
> obj_mouse_click ("CommandBar1", 437, 15, LEFT);
>
> # Transfer (admin - Local - V.1.8.2.0000)
> set_window ("Transfer (admin - Local -
V.1.8.2.0000)", 1);
> obj_mouse_click
("WindowsForms10.Window.8.app.0.378734a", 164, 10,
> LEFT);
>
> # #32769
> set_window ("#32769", 0);
> obj_mouse_click
("WindowsForms10.Window.8.app.0.378734a_0", 138, 9,
> LEFT);
>
> # Transfer (admin - Local - V.1.8.2.0000)
> set_window ("Transfer (admin - Local -
V.1.8.2.0000)", 0);
> obj_mouse_click
("WindowsForms10.Window.8.app.0.378734a_1", 166,
> 13, LEFT);
>
i have a doubt can anyone tell me where are scripts stored
while using QTP.Tell me the exact procedure takes place in
real time?like how we call scripts how to proceed after
writing scripts?how scripts are executed etc?i heard some
use Qc whether others dont use.so tell me whole procedure
for both the things it will be a very big help.as i have
interview i want to have whole idea on this.its very urgent.
It is a 30 days project & the client is in Singapur and we
have to submit daily report regarding 1) What are the
completed works, 2) What are the Pending Works ,3) Work
planed for next day.
You are free to assume regarding the project.
can anybody help me to write an email to the client or
Senior person who is staying in abroad
1)how to write test cases in test director? not go throuth
requirments and plan but should be different way i need?
2)what is the mediator between qtp and application or
project?
87
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?
107
Hi I am to load runner ,please let me know what is the
actual process of load runner and how to use it
33
If you want to output the results to the log file .. How to do?