What is the difference between GUI Scripts and VU scripts in Rational Robot?

Showing Answers 1 - 6 of 6 Answers

Manish

  • Mar 8th, 2006
 

The GUI Script is used to write the record and play gui application.and the VU script is used to write the script to test client server based performance testing.

  Was this answer useful?  Yes

Santhoshiny

  • Mar 23rd, 2006
 

GUI script is for functional testing. VU and VB scripts are for performance testing.

GUI Scripts: Used to play back the GUI activities you record.

VU scripts ? Used to play back the client/server requests you record during performance testing sessions.

  Was this answer useful?  Yes

Krishna Kutam

  • May 3rd, 2006
 

GUI scripts and VU scripts are used for different purposes. GUI scripts are used for functional testing of a client application GUI; VU scripts are used for performance testing of the server side. Robot can record both a GUI and a VU script on the same application, for example, a web site accessed through a browser. Two completely different scripts will be generated: a GUI script that uses the SQABasic scripting language and a VU script that uses the VU scripting language. When the GUI script is played back, the application is actually invoked and run. When the VU script played back, the application is never invoked; instead, the VU script simulates the client/server traffic that would take place as if the application had been run. The fact that a user is playing back two different types of scripts is going to make the report times different. The last main difference is that VU scripts use command ids for IBM Rational TestManager  Performance Reports, but GUI scripts do not have command ids.

  Was this answer useful?  Yes

Kirandeep Nanra

  • May 25th, 2006
 

GUI scripts are for functional testing and VU scripts are for performance testing in rational robot.

  Was this answer useful?  Yes

aabb

  • Sep 28th, 2006
 

GUI: Graphical user Interface

VU: Virtual user

  Was this answer useful?  Yes

Chiru

  • Oct 3rd, 2006
 

GUI scripts recrod keyboard inputs and mouse clicks

VU scripts record request send by the application to server and also the reply from the server.

GUI scripts support Verification points

VU scripts do not support Verification Points

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions