How many verification points are there in Robot and What are
they?
Answers were Sorted based on User's Feedback
Answer / chilamkurthi chandra
There r 13 verification points in rational robot, They are
Alphanumeric, Clip board,Menu, Object data,Object
properties, Rigion Image,Window Existence, Window
Image,File comparison, File Existence,Module existence,
module scan,Webs site compare.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / a.sanganithi
there are 13 vp in rational robot .they are
alpha numeric vp
menu vp
clipboard vp
window existance vp
file comparison vp
file existance vp
object data
object properties
region image vp
window image vp
website scan vp
website compare
module existance
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chandra sekhar
Hi ,
There are 13 verification points in rational robot they are
XML,text, menu, object data, object properties, clip
points, window exist, window scan, file exist, file scan,
website scan , website exist and some other . probably
there is some changes in these list. but I am sure 13
verification points in robot.
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the use of "TestObject root = getRootTestObject();" in RFT?
If you want to output the results to the log file .. How to do?
How to create datapool?
How will you test Java Applications and what settings you need to do?
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
How to identify the particular item in dropdownlist?
How do you analyze results after playback?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
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.
how to insert clipboard verification point
purpose of inserting delay values in the scripts of Rational?
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