Can anyone please tell me the exact difference b/w Rational Functional Tester and Rational Robot. What i think is that RFT is more advanced then Robot.Am i right?What i am trying to do is to create an association b/w datapool and verification point baseline in order to implement dynamic verification points in which baseline values changes with each datapool iteration and we dont have to change them manually. but i haven\'t been successful till now.we have done something similar using RFT but
Latest Answer : SQAWaitForPropertyValue ...
Latest Answer : You can use Window verification point(WindowVP). ...
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
Is there any option in rational robot tool where we can capture moving characters or strings which are basically used in mobiles it may be emulator or in the target(Handset).Which should recognise the
Hello folks,I was wondering if anyone knew if there was a way to convert/migrate Robot functional test scripts to RFT (java) scripts? If there is not an upgrade path, has anyone tried to execute robot
SQA Software and Tools | |
SQA Software and Tools In quality assurance it is always important to get all the help we could get In other industries developers could easily check the products manually and discard those that do not meet the standard The length and the width of the product are checked to maintain standardization |
|
Application Development in .NET | |
ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl |
|
N-Tier Application Partitioning | |
N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis |
|
N-Tier Application Manageability | |
N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available |
|
Business Network Virtual Communication Tools | |
Business Network Virtual Communication Tools Since ages the Business community heavily relied on face to face communication for building Business relationships Face to face communications formed the basis for trust in a relationship An individual’ s appearance or the physical appearance of |
|
C++ Pure Virtual Function and Base Class | |
C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function |
|
C++ Function Passing Types | |
C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value and passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed |
|
What are Data Access Tools | |
Data access is the process of entering a database to store or retrieve data. Data Access Tools are end user oriented tools that allow users to build structured query language (SQL) queries by pointing and clicking on the list of table and fields in the data warehouse.
Thorough computing history, t |
|
What is DECODE function used for? | |
DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format |
|
printf() Function Return Value | |
What is the return value from printf() function?
printf function always returns the number of characters printed. Let us understand this with an example:
main()
{
int a=10;
printf("%d",printf("%d %d %d", a,a,a));
}
In this above program the inner printf i |
|
|