Friday, September 27, 2013
What are the parameters of QoS - Quality of Service?
Posted by
Sunflower
at
9/27/2013 01:48:00 PM
0
comments
Labels: Acceptance, Application, Client, Data, Flexibility, Network, Networking, Operation, Operators, Parameters, Priority, Quality, Quality of Service, Reliability, Services, Specifications, Time, traffic, transmission
![]() | Subscribe by Email |
|
Friday, July 12, 2013
Sliding Window Protocols? – Part 1
Posted by
Sunflower
at
7/12/2013 01:30:00 PM
0
comments
Labels: Bit, Data, Data Link layer, Features, Modes, OSI, Packets, Protocols, Receive, Reliability, Sender, Sliding Window protocols, TCP/IP, transmission, Transmit, Transmitter, Window
![]() | Subscribe by Email |
|
Friday, December 28, 2012
What is the difference between Purify and traditional debuggers?
- Bug
finding capabilities from the rational purify,
- Performance
tuning effects from the rational quantify and
- Testing
rigors from the rational pure coverage.
About IBM Rational Purify
Difference between Rational Purify and Traditional Debuggers
- Array
bounds
- Access
to un-allocated memory
- Freeing
the memory that is un-allocated
- Memory
leaks and so on.
Posted by
Sunflower
at
12/28/2012 12:23:00 PM
0
comments
Labels: Application, Benefits, Code, Debugger, Dynamic, Errors, Functionality, IBM rational, IBM Rational Purify, Languages, Memory, Performance, program, Programs, Quality, Reliability, Static, Testing, Tools, traditional
![]() | Subscribe by Email |
|
Tuesday, July 10, 2012
What Tools are used for code coverage analysis?
- Checking out for the areas of the software system or
application that have not been exercised by the set of tests that have
been performed so far.
- Creation of the additional test cases so that the code
coverage can be increased.
- Determination of the quantitative measure for the code
coverage which some what provides an indirect measure of the quality of
the software system and application.
Tools Used for Code Coverage Analysis
- For C++ and C programming languages:
- Tools for C#:
- Tools for Java:
- Tools for Java Script:
- Tools for Perl:
- Tools for Haskell:
- Tools for Python:
- Tools for PHP:
- Tools for Ruby:
- Tools for Ada:
- Better coverage measurement
- Wide platform support
- Rigorously tested
- Efficient technical support
- Quite easy to use.
Posted by
Sunflower
at
7/10/2012 08:19:00 PM
0
comments
Labels: Analysis, Analyzation, Application, Code, Code Coverage, Coverage, Effort, Language, Languages, Platform, Programming, Reliability, Software System, Software testing, Test cases, Testing, Tests, Time, Tools, Usability
![]() | Subscribe by Email |
|
Thursday, June 21, 2012
Explain Automation of Smoke Testing?
Need for Automation
Why automation of smoke testing useful?
What functions are provided by the tools used for automating smoke tests?
- With these tools smoke tests can be written and
automated within few minutes and without requiring any programming.
- Using these tools all the builds can be validated before
any changes are incorporated in to them.
- These tools are quite helpful when it comes to
stabilizing the whole build process and verifying the readiness of a build
for further full scale QA testing.
- With these tools quick tests can be conducted ensuring
that the basic functionality is still intact and is working properly.
- The overall quality of the product can be improved since
the problems can be detected early.
- Costs can be reduced ensuring that the team is having
sufficient time for developing the product.
How a smoke test is automated?
- Stopping a server
- Emptying data base tables and
- Deleting files.
Posted by
Sunflower
at
6/21/2012 09:05:00 PM
0
comments
Labels: Application, Automate, Automation, Build, Changes, Efforts, Functions, Methodology, Programming, QA, Quality, Reliability, Smoke test, Smoke Testing, Software testing, Test cases, Testers, Tests, Time, Tools
![]() | Subscribe by Email |
|
What ingredients are necessary to achieve component composition?
- Accelerates the productivity
of the software development
- Reduces the overall
development cost
- Reduces maintenance efforts
- Enhances flexibility
- Enhances maintainability
- Assembles system rapidly
- Reduces the time to market
What is a Component?
Types of ingredients in Component Based Software Development
- An ideal component consists
of the implementation detail obtained from the environment that can be re
used by the interfaces of those components. This is essential as re-
usability of the components is very much important for the component based
software development.
- The second most important
ingredient is the service or functionality that is to be provided by the
component.
- Quality aspects like predictability,
component reliability, usability and so on.
- The composition of the components
requires meta information regarding the interfaces of the components and
properties so as to support the tools during the process of the component
composition. This meta information is obtained from the implementation/
interface repositories, type libraries or introspection or dedicated info
classes etc.
Different Means of Component Composition
- Scripting or glue languages
- Component frame works
- System languages
- Visual programming
Posted by
Sunflower
at
6/21/2012 01:41:00 PM
0
comments
Labels: CBSD, Component, Component Based Software Development, composition, Efforts, Environment, Frameworks, Functionality, Ingredients, Interface, Methodology, Re-usable, Reliability, Scripting, Software, Tools, Unit
![]() | Subscribe by Email |
|