An object is non standard object, i mapped it to standard
object, eventhogh on mapping to standard object i cannot use
the methods available on the standard object with the mapped
object. How i can use those standard object methods with
these mapped object. (((Note : dont tell that we can use
virtual object as virtual object is to map nonstandard obj
to standard obj)))
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
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
128
What are Child Objects?
116
Hi! My OTP script has several bitmap checkpoints included
which I check in the test results xml file. The test is for
SAP 4.7. I need to save these bitmaps to files or at least
export them to the html file using the export function in
the test results viewer. Could you please help me with this
problem?
Thank you in advance!
Best regards, Peter
400
Hi,Sudhanandareddy plz forword framework and ppts
for QTP to me. This is my mail id:
ranjith_99reddy@yahoo.co.in (your contact number also)
69
How to Open FireFox using descriptive programing? If my
question is not clear, i will give an Example
To Open Internet Explorer, We use
Set IE = CreateObject(InternetExplorer.Application)
IE.Navigate "www.yahoo.com
In the same i need to open yahoo.com in firefox. Can any one
tell me what is the server name of firefox to create an object
57
How QTP support all types of applications (platforms)?
106
what r the main attributes of test automation?
68
Please help me by providing the License key for QTP 9.2, at
guru_aarya@yahoo.co.in
Best Regards
Gururaj.B
364
If I am scripting Web-based Surveys using QTP that open up
differently but at the exact same point require a username
and password can I automate that username and password for
all the surveys some how using QTP?