Thursday, August 22, 2013
What is a spanning tree?
Posted by
Sunflower
at
8/22/2013 11:09:00 PM
0
comments
Labels: Connected, Cycle, Cycles, Edges, Fundamental, Graphs, Loops, optimization, Partition, Properties, Spanning Forest, Spanning Tree, Tree, Types, Vertex, Vertices
![]() | Subscribe by Email |
|
Sunday, March 24, 2013
What are types of artificial neural networks?
Posted by
Sunflower
at
3/24/2013 12:44:00 PM
0
comments
Labels: Artificial Neural Network, Cycles, Data, Error, Feed forward, Functionality, Functions, Information, Input, Loops, Model, Neural Networks, Organization, Output, Processor, Stages, Types, Unidirectional
![]() | Subscribe by Email |
|
Monday, October 8, 2012
How many ways we can parameterize data in QTP?
- Parameterization via
loop statements
- Parameterization via
data table
- Dynamic test data
submission
- Obtaining test data
via front end objects
- Getting test data
directly from the spread sheets, flat files or we can say external files.
- Getting test data
directly from the oracle, MSaccess or we can say data bases.
- Data table
- Environment variable
- Random number
- Test and action
- Input parameter
- Out put parameter
- Random number
- Environment
variable.
Posted by
Sunflower
at
10/08/2012 08:00:00 PM
0
comments
Labels: Automation, Data, Data Driven Testing, Data Table, Databases, files, Functionality, Input, Loops, Objects, Output, Parameterization, Parameters, QTP, Quick Test Professional, Statements, Tests, User, Values
![]() | Subscribe by Email |
|
Sunday, September 2, 2012
What are data driven tests and how they are created in WinRunner?
What are Data Driven Tests?
- Creation of a test
- Execution of the test
- Analyzation of the test results.
- Conversion of the test in to a data driven test and
- Creation of a corresponding data table.
Stages involved in creation of data driven test
- Creation of a
test
- Conversion of
a data driven test
- Preparation of
data table
- Running the
test
- Analyzation of
the test results.
Posted by
Sunflower
at
9/02/2012 02:21:00 PM
0
comments
Labels: Application, Automated Software Testing, Automation, Creation, Data, Data Driven, Data Driven Tests, Data Table, Iterations, Loops, Parametrization, Performance, Stages, Test Scripts, Tests, Values, WinRunner, Wizard
![]() | Subscribe by Email |
|
Sunday, August 26, 2012
Can you test database using WinRunner? What are all the different DB that WinRunner can support?
- By using Microsoft query (it can installed from Microsoft office’s
custom installation).
- Manually by defining an ODBC query i.e., by creating an equivalent
SQL statement.
- By using data junction for creating a conversion file.
- Defining the query.
- Identification of the application controls containing relevant
information.
- Defining the success criteria of the individual check points.
- Record the application up till where you want the data to be
verified on the screen.
- Calculate the expected values of the corresponding records in the
data base.
- Add the expected values to an edit field.
- Using GUI map editor teach the winrunner about the controls of the
application and the edit fields of the calculated values.
- Add TSL statements to the test script in order to calculate the
expected data base values extract the values and write the extracted
values to the corresponding edit fields.
Posted by
Sunflower
at
8/26/2012 02:00:00 PM
0
comments
Labels: Application, Automated, Automated Software Testing, Automation, Check points, Data, Database, Database Testing, Errors, Iterations, Loops, Query, Records, Run-time, Statements, Test, Test Scripts, Values, WinRunner
![]() | Subscribe by Email |
|
Saturday, August 25, 2012
Explain data parameterization in WinRunner?
- check point statements
- in recorded statements with parameters
Posted by
Sunflower
at
8/25/2012 01:15:00 PM
0
comments
Labels: Application, Automation, Data, data Driver Wizard, Data parameterization, Drive, Functions, Iteration, Loops, Parameters, Parametrize, Software System, Statements, Test Scripts, Testing, Tests, Values, WinRunner
![]() | Subscribe by Email |
|
Saturday, May 19, 2012
Explain simple loops in detail?
- For
loop
- While
loop
- Do
while loop
Why Loops are Important?
Posted by
Sunflower
at
5/19/2012 01:15:00 PM
0
comments
Labels: Application, Code, Conditions, Coverage, Defects, Developer, Do while Loop, Errors, For Loop, Loop testing, Loops, Object Oriented, Programmer, Programming, Simple Loops, Software System, Statements, Tasks, While Loop
![]() | Subscribe by Email |
|