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
What is getvalue() and setvalue() in rational robot .How does this work in test script in rational robot.
Latest Answer : Rational Robot strictly uses object oriented recording so it only records object recognition method & that is visible in the script. So, I think storing object image is not required in RobotRobot recording is just like descriptive programming of QTP where ...