Latest Answer : SQABasic for Functional testing which is similar to VB. VU Scripting for Performance testing which is similar to C language ...
1. GUI scripts: Used for GUI activites.2.VU scripts: Used for the client server request for performance testing.
Latest Answer : There are two modes of recording..One is Object Oriented mode of recording
Other is Low level mode of recording .Object Oriented Recording is used to capture the user activity as well as properties of object present in the application.Low level recording ...
Is it possible to have an executable for the script that is made in Rational Robot? Is the script able to take arguements?
Latest Answer : Look at Robot help - lot of sample scripts there ...
How to find whether the data is added in the database at the back end when we add it through the SCRIPT. ie Do we have database checkpoints
Latest Answer : callscript(script name)which is to be call on this script. ...
How we can write the test result to an external file .For example to text files,notpad etc.. while running a script
how to use the TRAP utility option in GUI playback in the Rational Robot? In Rational Robot Document I found the following guidelines "To use the Trap utility, you must include Common Object File
What is getvalue() and setvalue() in rational robot .How does this work in test script in rational robot.