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 information is contained in the Datapool_config section?
What is user defined data type?
How will you do data driven testing using Robot?
Explain what kind of problems are solved by datapools?
How to create datapool?
how you copy test cases from .xls to Quality centre?
What is datapool cursor?
Explain the use of "testobject root = getroottestobject();" in rft?
How to analyze results after playback?
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....
Where do you view the results in Trap option?
Explain datapool?
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
How can you automate your project?
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?