how to insert clipboard verification point



how to insert clipboard verification point..

Answer / 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

More Rational TestSuite Interview Questions

What is the use of Global.sbl file in Rational?

3 Answers  


Where the datapool column names are stored?

1 Answers  


Initially Recorded: 7/31/00 2:33:02 PM Script Name: COSC 198 Exam Script Sub Main Sets the delay between execution lines to the default value SetTime 100 This Dimensions an integer variable for use in this script Dim Result As Integer StartApplication "notepad" 'This sets the window context to the Notepad window Window SetContext, "Caption={* - Notepad}", "" 'Test Case to verify the text is correct Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") Observe the code mentioned and answer the below questions 1. Which language it is :- a. SQA Basic b. VB c. C like Language d. TSL 2. Type of the script is ---------- a. VU b. VB c. GUI d. C 3. Explain what the above line ( StartApplication "notepad" ) actually does? a) It starts the notepad application. b) We do not have to open it from the start menu, c) it is opened itself from the robot by using the start application by providing the path to it. 4. Which Verification point is inserted? Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") a. Alphanumeric b. Object Properties c. Window Image d. Object Data

1 Answers  


How many verification points are there in Robot and What are they?

2 Answers   GE,


how many technologies and environments do the rational rose supports?

3 Answers  






What can u say about making a new configuration in Rational Test manager? a. Yes, it can be easily made. b. Yes, but with great difficulty c. No, Never. d. Can’t say.

1 Answers   Hewitt,


What is the purpose of comparators in analyzing the results?

1 Answers  


Symbol for comments in Rational?

2 Answers  


hi i am sanganithi.i am having some doubt in rational robot.can we do synchronization in rational robot,if we can do means how can we do .please explain the steps clearly.

2 Answers  


purpose of inserting delay values in the scripts of Rational?

1 Answers   HP,


How can you automate your project?

0 Answers  


What is the purpose of breakpoint?

2 Answers   Covansys,


Categories