- Wiki page that is
used to express the test in the form of a decision table.
- A testing engine for
interpreting this wiki page.
- A test fixture that
is invoked by the engine and itself invokes the SUT or system under test
in turn.
- SUT(system under test) that is
currently under test.
Monday, January 21, 2013
How is test execution done by Fitnesse Testing Tool?
Posted by
Sunflower
at
1/21/2013 11:57:00 PM
0
comments
Labels: Application, Automated, Automation, Components, Engine, FitNesse, Fixture, Format, Java, Languages, Principles, Programmers, Software System, System, Tester, Testing, Testing tools, Tests, Tools, Users
![]() | Subscribe by Email |
|
Explain FitNesse testing tool? What are principles of Fitnesse?
Principles of FitNesse Testing Tool
Posted by
Sunflower
at
1/21/2013 12:38:00 PM
0
comments
Labels: Application, Automated, Automation, Classes, Developer, FitNesse, Format, Java, Languages, Principles, Programmers, Software System, System, Tester, Testing, Testing tools, Tests, Tools, Users, Web server
![]() | Subscribe by Email |
|
Saturday, June 2, 2012
What is meant by the term system metaphor? What is its use?
Reasons why we need to use System Metaphor
- Architecture: The metaphor is consider to shape the
software system or application exactly as it is required by us with the
help of identifying the key objects and giving suggestions regarding the
aspects of their interfaces. The dynamic and the static models of the
system are supported by the system.
- Shared Vocabulary: A common system of names for the
objects and relationships that exist between them are suggested by a
system metaphor only and thus it provides a powerful vocabulary for the
developers and programming experts. The vocabulary created is shorthand
and specialized.
- Common Vision: System metaphor comes in to as a very
handy tool that helps in enabling all the stake holders to agree up on the
working of the software system or application. The key structure of how
the problem and the solution have been perceived is provided by the system
metaphor itself. Overall, this helps in understanding the working of the
system well.
- Generativity: A system metaphor by the means of its
analogies can get you new ideas regarding the problem and its solution and
can further dig out many other important issues.
How to choose a System Metaphor?
- Use of a pension tool as a spreadsheet.
- Using desktop metaphor for graphical user interface.
- Buckets, lines and bins in C3 payroll.
- Bills of materials in VCAPS.
- A double entry system being used as book keeping and
spreadsheet.
More about System Metaphor
Posted by
Sunflower
at
6/02/2012 09:23:00 PM
0
comments
Labels: Application, Choice, Customers, Dynamic, Effort, Extreme Programming, Interfaces, Managers, Metaphors, Need, Objects, Programmers, Project, Reasons, Software System, Static, Story, System Metaphor, Time, Use
![]() | Subscribe by Email |
|
Thursday, May 24, 2012
What are common mistakes and misunderstandings in a unified process?
What are common mistakes in unified process?
Examples of Common Mistakes
Posted by
Sunflower
at
5/24/2012 11:55:00 PM
0
comments
Labels: Agile, Application, Developer, Developers, Methodologies, Mistakes, Misunderstandings, Programmers, Programming, Software Development process, Software Systems, TDD, Test Driven Development, Unified Process, UP
![]() | Subscribe by Email |
|
Friday, May 18, 2012
Explain unstructured loops in detail?
- The while loop
- The for loop
- The do – while loop
- Structured loops and
- Unstructured loops
The Unstructured Loops
Posted by
Sunflower
at
5/18/2012 11:55:00 PM
0
comments
Labels: Analyze, Application, Bugs, Code, Control flow Graph, Defects, Developers, Edges, Entry, Errors, Iteration, Loop testing, Loops, Nodes, program, Programmers, Statements, Structure, Types, Unstructured loops
![]() | Subscribe by Email |
|
Thursday, May 17, 2012
Explain concatenated loops in detail?
What is meant by Concatenation and Concatenated Loops
Guidelines for testing concatenated loops
More about Concatenated Loops
- Skipping of the
entire loop
- Giving one pass to
the loop
- Giving m passes to
the loop where the m is less than n.
- Giving, n, n + 1,
n – 1 passes through the loop.
Posted by
Sunflower
at
5/17/2012 02:22:00 PM
0
comments
Labels: Algorithms, Application, Approach, Code, Concatenated Loops, Concatenation, Developers, Execution, Independent, Iteration, Loop testing, Loops, Network, Programmers, Sequences, Simple Loops, Techniques, Testing, Values
![]() | Subscribe by Email |
|
Monday, May 14, 2012
How to define boundaries between automation framework and a testing tool?
- Assumptions
whether true or false,
- Concepts providing support to the automated testing and,
- The tools that provide aid in performing the automated testing and so on.
- Productivity
of the developers and programmers,
- Motivation
of the development team,
- Quality
of the software product and so on.
- For
defining a format for the expectations to be expressed in.
- For
creating a mechanism for driving the software system or application.
- For
execution of the test cases.
- For
reporting of the results.F
- Monitoring
the program.
- Simulating
the instructional set.
- Repeating
the system level tests
- Making
the benchmarks or run time performance comparisons.
- Executing
the program step by step.
- Symbolic
debugging for the inspection of the programming variables.
- Fault
detection
Posted by
Sunflower
at
5/14/2012 11:55:00 PM
0
comments
Labels: Application, Automation, Boundaries. Focus, Cost, Debug, Developers, Fault, Framework, Programmers, Purpose, Quality, Requirements, Results, Test /automation framework, Test cases, Testers, Testing tools, Tests, Tools
![]() | Subscribe by Email |
|
Saturday, May 12, 2012
Explain Extreme Programming (XP) - an agile method?
Aspects of Extreme Programming
Drawbacks of Extreme Programming
Activities Under Extreme Programming
Extreme Programming Values
Basic Principles of Extreme Programming
Posted by
Sunflower
at
5/12/2012 02:48:00 PM
0
comments
Labels: activities, Agile, Application, Aspects, Code, Developer, Drawbacks, Environment, Extreme Programming, Practices, Principles, Programmers, Programming, Quality, Requirements, Software System, Testers, Tests, Values, XP
![]() | Subscribe by Email |
|