Answer Posted / ambili p.s
Let us take the example application as notepad, a windows
based application can be tested with Rational Robot.
Normally, a notepad have all the features like cut,copy and
paste. Let us see whether the above properties are working
in a notepad with clipboard verification point.
Step 1: Take a new script (File - New - Script)
Step 2: Start Recording (Record - Insert At Cursor)
Step 3: Run a notepad (Start - Run - Notepad)
Step 4: Type a word you want to copy or cut say "rational"
and select the word and copy it(Right Click - Copy)
Step 5: Go to Rational Robot software, choose Insert option
and select the clipboard verification point.
(Insert - Verification Point - Clipboard)
It should display a dialog box, press OK to continue
Step 6: Wait for a moment to popup notepad automatically.
Step 7: Paste the content in next line or anywhere in
notepad( Right Click - Paste)
Step 8: Stop Recording
Step 9: Clear the notepad before running (F5)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the Trap options?
What is datapool cursor?
What are the different data pool access orders?
For unattended execution whick playback options you will use?
What is the purpose of inserting delay values in the scripts of rational?
Hi this is chandra if any one have Navigation of LAB RATIONAL ROBOT I want Navigation of those tools, if any one have the and know the Navigation each and every part of the Rational Robot and plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
What information is contained in the Datapool_config section?
Explain datapool?
How to test java applications and what settings you need to do?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
For unattended execution which playback options you will use?
Where the datapool values are stored?
What is datapool cursor?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....