Hello Everybody,
please tell me how to use accessibility checkpoint and XML
checkpoint by giving any practical example of it.please
provide me the steps to perform that and also pls provide
the code too.
Thanks in advance,
Gaytri
I need your help in the below topic using QTP Automation
tool.
How to automate the right click of mouse on a context menu?
1)Tried low level recording which is working fine but
making use of co-ordinates.
2) Also tried changing the mouse settings and properties
using
Tools ->WebEvent RecordingConfiguration and created a
configuration file
with required mouse click events and used which did
not work.
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR?
Is it possible or not? If No Why we r using qtp Td
Combination? plz explain briefly? What is the purpose of TD
With QTP?
plz explain QTP real time work( Means where you store
scripts and how u access scripts next day? where those
activities we are maintaining, If By usig VSS how the
process in going on , plz explain briefly?
Plz Explain How to access Or Store Script from VSS?
Explain Real time work (qtp)
where you store folders and next to how to you access that
folders and how you maintain folders in VSS ? What are the
Menu's in VSS? Suppose in Manual, by using Checkin Checkout
u can access documents. how you access in QTp REal time?
how to use the regular expression for the below code--
swf("application name").swftreeview
("Treename").select"Medication;Pharmacy:56"
There is a tree view window of the folder's ie Medication-
>Pharmacy(sub folder)with 56 as count of records...The
records can be different or if no records present in the
specific folder..then it show "Paharmacy:-no records".Whe i
record at the first time .....and try to rerun the same
script with different records count say "pharmacy:800"..qtp
is not regnizing it...therefore i want to user regular
expression..but donot now how to use it and where to
use...i have tried....
swf("application name").swftreeview
("Treename").select"Medication;Pharmacy:\*"..but it s of no
use..plz help..me
When I used random numbers(1 to 9) with regular expression
and run the test, it runs only 5 iterations with passed
result instead of running all 1 to 9. Please tell me what
can be the reason
Can anyone pls tell me how to do action parameterization
(input and output parameters) with respect to login window
and insert order of flight reservation window in detail(
pls give a clear step by step explanation with example)
anyone please. Will be very thankful to u
Hai anyone please "Explain about Framework in QTP?"
61
wht type of User defined functions or Java Releated
functions Do we write in VB scripting
124
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing
modules are In-patient and Out-patient. plz explain those
modules. i.e. How explain to Interviewer. with full
details also . Waht types of bugs we can fond ? NOTE : IT
is a web project
plz urgent.
183
i want information about API testing and i want info like
how process can be done in company? i want added info like
coding ,debugging, desing in c.v ? what should add in c.v
for eg banking domin? pls any answer my question?
140
How do you use the parameters.input parameters and out put
parameters.
when i add the items to the repositry, the item is loading
is "winmenu", but wn i write the script the tool is not
able to recognise the item, i know that we need to define
the mandatory or assitive properties here, but i am
confused wt i need to difine here and on wt basis i need to
select the properties and define it, can any one help me
out on this.
15
How to measure transaction time through VBScript without using
start and end transaction points?
53
Hi can anybody send me the QTP material,
To my email ID: nuve1284@gmail.com ?
102
How to compare 2 excel files using QTP?
How to compare 2 PDF files using QTP?
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
After executing the script in qtp suppose i found some
script execute successfully and found some error.So how to
report the status for both (i.e pass and fail report)in test
director.
For "fail" We use "defect tab" in testdirector.
But for "pass" how to report it to TL.what is the process
plz anybody ans