Thursday, October 4, 2012
Explain the check points in QTP? In how many ways we can add check points to an application using QTP?
Posted by
Sunflower
at
10/04/2012 01:55:00 PM
0
comments
Labels: Accessibility, Application, Automated, Automated Software Testing, Automation, Bitmap, Check point, Current, Database, Expected, Image, Page, QTP, Quick Test Professional, Statement, Table, Text, Types, Value, XML
| Subscribe by Email |
|
Friday, September 28, 2012
What is a Run-Time Data Table? Where can I find and view this table?
What is a Run-Time Data Table?
- Data table parameters and
- Data table output value steps
- Parameterized values that were used during the
testing and automation and
- Output values that were saved in the data table
during the run session.
- Add sheet: This data table method can be used to
add sheets in to the pre existing run time data table. Syntax used is:
- Delete sheet: This data table method as obvious
from its name is used for deletion of the already added sheets in a run
time data table. However at one time only one sheet can be deleted. Syntax
used is:
- Get sheet count: This data table method gives you
the number of sheets that you have in your run time data table. Syntax
used is:
- Get sheet: This methods returns the sheet
specified from the run time data table by the user. Syntax used is:
- Get row count: Returns the number of rows present in a particular sheet of the run time data table. Syntax used is: datatable. Getrowcount
- Value: This data table method serves two purposes
i.e., using it you can either obtain value of a specified cell or you can
modify the value of the cell. Syntax for both the cases is:
- Set current row
- Set next row
- Set previous row
- Import
- Export and so on.
Posted by
Sunflower
at
9/28/2012 11:40:00 PM
0
comments
Labels: Automated Testing Tool, Automation, Data, Data Table, Design, Output, QTP, Quick Test Professional, Results, Run-time, Run-time Data Table, Scripts, Session, Syntax, Table, Tests, Users, Values, Window
| Subscribe by Email |
|
Friday, June 15, 2012
Inventory Analysis - an activity involved in software re-engineering process model.
- Inventory analysis
- Document reconstruction
- Reverse engineering
- Code re- structuring
- Data re- structuring
- Forward Engineering
Characteristics of Inventory Analysis
- Business criticality
- Longevity
- Current maintainability and
- Local criteria
- Name of the software system or application.
- Year of its creation.
- Number of changes or modifications it had gone through
since its creation.
- Effort applied in making those modifications.
- Effort applied in making the last of the modifications.
- Date on which the last modification was made.
- The systems in which the application now resides.
- Other applications with which this application shares
the interface.
- Preparing for data collection
- Collecting the data
- Deciding the criteria
- Allocation
- Identifying the existing documentation
- Verifying the identified code
- Familiarising with the existing software
- Identifying the re- engineering requirements
- Drawing up the re- engineering plan
- Producing a test plan, test script and test data.
- Producing test results for original software and the
ported version.
- Restructuring the code
- Testing the code
- Updating the documentation
Posted by
Sunflower
at
6/15/2012 01:41:00 PM
0
comments
Labels: Application, Changes, Characteristics, Code, Criteria, Data, Documentation, First, Identify, Interface, Inventory Analysis, Organization, Process, Re-engineering, Requirements, Software Systems, Steps, Table
| Subscribe by Email |
|