How do we create and run the scripts with out using O.R. ?
Answers were Sorted based on User's Feedback
Answer / rav
Using descriptive programming, you can define all the
objects in the script itself..you dont necessarily need to
use OR for that...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / king
dialog("regexpwndtitle:=login").winedit("attached
text:=Agent Name:").set "raju"
dialog("regexpwndtitle:=login").winedit("attached
text:=Password:").set "mercury"
dialog("regexpwndtitle:=login").winbutton
("regexpwndtitle:=ok").click
window("regexpwndtitle:=Flight Reservation").ActiveX
("acx_name:=MaskEdBox").Type "080808"
window("regexpwndtitle:=Flight Reservation").wincombobox
("attached text:=fly from:").Select "Denver"
window("regexpwndtitle:=Flight Reservation").wincombobox
("attached text:=fly to:").Select "London"
window("regexpwndtitle:=Flight Reservation").winbutton
("regexpwndtitle:=flight").click
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / usha
Thank you for the answer. Can u please give me an example
so that I get a clear Idea ?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rani
We can create and run the scripts without Object Repository,
Object Repository is nothing but collection of properties
and corresponding values. Each collection represents an
object.
Descriptive programming is a way of specifying properties
and values without using the OR interface.
Throwing the properties and values straight into the
command.
Ex:
Systemutil.Run"www.mail.yahoo.com"
Set a=Browser("name:=Yahoo!.*").page("title:=Yahoo!.*")
a.WebEdit("name:=login").Set "yourusername"
a.WebEdit("name:=passwd").Set "xxxx"
a.Webbutton("name:=Sign in").Click
You can try this code.It should work if you provide valid
username and password.
Let me know still if you are not clear on this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / viswajith
Very nice Answer Rani.
Can u tell me that what is the recovery scenario?
Explain it in understandable format.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write test cases for copy and past password in password field ?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
How can we perfom Action and Component parameter.?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Write a QTP script to enter a keyword in to Google search engine?
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…..
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What is the extension of qtp local repository?
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp
How to get Traceability matrix from TD?
when to start the automation?
How to Set the Global Sync Timeouts in QTP?