GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  Rational Robot
Go To First  |  Previous Question  |  Next Question 
 Rational Robot  |  Question 41 of 73    Print  
Is it possible to edit data in the data grid of object verification point? How?

  
Total Answers and Comments: 1 Last Update: February 06, 2007     Asked by: jyothsna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 06, 2007 06:52:44   #1  
NISHANTH V S        

RE: Is it possible to edit data in the data grid of ob...
Yes It is Possible to Edit Data in the data Grid..Working with Data in Data GridsWhen you create a Clipboard Menu or Object Data verification point and select an object you are actually testing the object's data. This data appears in a data grid which shows data in rows and columns. You use the data grid to select and edit the data to test.Selecting the Data to Test in a Data GridAfter selecting an object but before saving the verification point you can select the data to test for the following verification points:



Clipboard Menu and Object Data
.
The values originally captured appear in a data grid.Editing Captured Data in a Data Grid After selecting the data to test but before saving the verification point you can edit the data to test for the following verification points:



Clipboard Menu and Object Data.You can edit the data in any cell of a data grid. Editing data is useful if you want to change the baseline for a verification point based on a new specification or anticipated changes to the application-under-test. By editing data before playback you can often avoid a verification point failure.You can edit the data in:diting the Data in a Menu

1. Create a Menu verification point or an Object Data verification point on a menu.

2. In the Menu Verification Point dialog box or Object Data Verification Point dialog box double-click a cell to open the Edit Menu Item dialog box.

3. For a command edit the menu text as needed. Type an ampersand (&) before the letter to be used as the mnemonic accelerator.

4. Change the menu state as needed: Enabled Disabled or Grayed.

5. To test that the command is checked select Checkmark.



Editing the Data in an Object

To edit the data for a Clipboard or Object Data verification point:

1. In the Clipboard Verification Point or Object Data Verification Point dialog box double-click the cell or select it and press ENTER. The pointer changes to a text cursor.

2. Edit the data in the cell.

3. To accept the changes press ENTER. To cancel the changes press ESC.To edit the titles in a data grid select Move column titles to grid or Move top menus to grid.

 
Is this answer useful? Yes | No

 Related Questions

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
Read Answers (5) | Asked by : raj

Can we do dynamic data verification using rational robot?what i want to do is use a single data verification point and change its baseline value corresponding to each datapool iteration.we have done somethins similar using rational functional tester but can we do it using rational robot tester?i dont want to create baselines manually corresponding to each iteration.if we have to do coding for the same then can anyone provide me with similar kinda coding?ppppppplllllllllzzzzzzzzzz help!!!!!!!!!i\'m

Latest Answer : u also can usewindow existence verification point to capture an existance window.This verification point verifies the existence and status ofspecified window during the play back. ...
Read Answers (2) | Asked by : JUGOJYOTI KAR

Can we do dynamic data verification using rational robot?what i want to do is use a single data verification
View Question | Asked by : jugojyoti kar

Latest Answer : Hi Anita, if you are looking to obtain the location of the lib files use standard Robot varialbes SQAGetDir (something like that - look in robot help) etc..but if you want the location of a verification point file (actual / baseline) use ...
Read Answers (2) | Asked by : anu6

How do you perform dynamic object testing using robotscenario;enter any number b/w 1 to 100 in an edit box, there is command buton, on click of cmd button, if you enter 50, 50 comboxes should be dispalyed, how do you test this??i was asked in an interview
Read Answers (2) | Asked by : radhika

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 : Verification and check points are same only.......verification point is used to compare the expected result and actual result...........ER is Base line data...........AR is the Actual data... ...
Read Answers (4) | Asked by : devi

Latest Answer : A datapool can have up to 150 columns if the Rational Test software automatically generates the data for the datapool, or 32,768 columns if you import the datapool from a database or other source.inserting new data pool columns while creating a new datapool1. ...
Read Answers (1) | Asked by : Priya

Latest Answer : .csv files for values inside the datapool and .spc files for the columns inside the datapool ...
Read Answers (1) | Asked by : Priya


 Sponsored Links

 
Related Articles

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving Typed Data

ODP NET Retrieving Typed Data While retrieving values from OracleDataReader we can extract information available in individual columns of a particular row either by using column ordinal position values or column names mosgoogle Retrieving Typed Data Using Ordinals ODP NET provides data specific enum
 

ODP.NET - Retrieving Multiple Rows on to the Grid

ODP NET Retrieving Multiple Rows on to the Grid In the previous section we tried to retrieve only one row using OracleDataReader In this section we will try to retrieve more than one row or a result set and populate a DataGridView on a WinForm mosgoogle The following code lists out the details of al
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape