Top Rational TestSuite Interview Questions :: ALLInterview.com http://www.allinterview.com Top Rational TestSuite Interview Questions en-us What is purpose of Rational Administrator? http://www.allinterview.com/showanswers/36979.html Rational Administrator is a tool for managing associations between rational artifacts such as test datastores, requisite pro projects, clear quest databases and rose models. With the help of rational administrator we can: Create and manage ra How many verification points are there in Robot and What are they? http://www.allinterview.com/showanswers/7740.html verification points in robot are 1)alphanumeric 2)clipboard 3)file comparision 4)file existance 5)object verification point 6)region image 7)window image What is Datapool? http://www.allinterview.com/showanswers/7752.html A datapool is a test dataset, a collection of related data records which supplies realistic data values to the variables in a test script during test script playback. You can create data from scratch or import existing data into a new datapo How many Comparators are there in Rational Robot? List them. http://www.allinterview.com/showanswers/36977.html 4 Comparators ---Text comparator, image comparator, grid comparator, object data comparator. How many Verification points are there in Rational Robot? List them. http://www.allinterview.com/showanswers/36976.html There are 13 verification points. They are :- Window existence, Menu, Clipboard, region image, alphanumeric, object data, object properties, window image, website scan, website comparison, file existence, file comparison, mo What do you mean by data driven testing? a. Testing using Data Driver http://www.allinterview.com/showanswers/36974.html d how many technologies and environments do the rational rose supports http://www.allinterview.com/showanswers/10826.html It supports COM/DCOM (ActiveX), JavaBeans, and Corba component standards. What kind of problems are solved by Datapools? http://www.allinterview.com/showanswers/7755.html by using Datapools we can do data drven testing. datapool is used to generate the data and we can parameterize the variables by using data in datapool. What is the use of Global.sbl file in Rational? http://www.allinterview.com/showanswers/3623.html This is the default library file name given by rational Robot.Extension .sbl is used to denote a library file.We can give any name for the library file.We can also use .rec extension for library files.For complied library files use .sbx exten How will you debug your script? http://www.allinterview.com/showanswers/3626.html we will debug the script in 3 ways 1 by inserting break points 2 by adding watch points 3 by executing step by step Explain the planning and creating datapool with an example? http://www.allinterview.com/showanswers/3641.html Creating a Datapool A datapool is a test dataset, a collection of related data records which supplies realistic data values to the variables in a test script during test script playback. You can create data from scratch or import existing dat What is the purpose of breakpoint? http://www.allinterview.com/showanswers/7746.html Break points is used for if there is a 100 lines of script.u want to execute 40 lines of script.then we go for Breakpoint option in Winrunner. What is RTRT?? http://www.allinterview.com/showanswers/77786.html RTRT--Real-Time Ray-Tracing- IBM Rational product How do you analyze results after playback? http://www.allinterview.com/showanswers/7750.html By using comparators What is the purpose of .sbl, .sbh, .rec files? http://www.allinterview.com/showanswers/3622.html These are related to Rational Robot SQA scripting. These are the file extention in it. .Rec files are regular GUI test scripts. .Sbl files are used to store user defined functions and procedures and its a library file extention. .sbh fi