Tuesday, September 3, 2013
What is meant by load shedding?
Posted by
Sunflower
at
9/03/2013 02:17:00 PM
0
comments
Labels: CPU, Destination, Features, Load, Load Shedding, Monitor, Network, Overload, Packets, Phases, Plug-ins, Reduce, Resources, Robust, Source, Stress, Subsystem, System, Technique, traffic
![]() | Subscribe by Email |
|
Sunday, July 15, 2012
Describe some Caching Issues?
What are different caching issues?
Sunday, July 8, 2012
What types of documents one need for QA, QC, and Software Testing?
Quality Assurance
- Systematic measurement
- Comparison with a standard
- Monitoring of processes
- Associated feedback loop
- Error prevention
- Fit for purpose and
- Right first time
Quality Control Process
Software Testing
- Meets the requirements as stated in its documentation.
- Works in the desired way.
- Whether its implementation with same characteristics is
possible or not.
- Satisfaction of the stake holders.
- First main document is the software requirements
specifications document.
- Use cases
document
- Solution document
- Software design documents
- Test plan document: this document should contained
detail description of the following:
- Test cases documentation containing procedure as well as
the obtained results.
- Business requirements documents
- Functional specifications documents
- Project member details documents containing information
about the team members including testers, test lead, pm etc.
- Software testing schedule document.
- Traceability matrix: this document is used to check
whether or not the test cases match with the requirements stated in the
SRS.
- Documents which are specific to a particular
organization for quality control.
- Discovery documents (only for quality control): this
document states the business needs.
- Test reports
- Bug reports: this report includes all the missing,
additional, wrong deviations in the functionalities or features of the
software system or application.
- Release report:
obtained at the end of testing.
- Test scenarios
- Test case templates
- Test case form
- Logs
- Weekly status reports
- Test scripts
- Resolution
- Test bed
Posted by
Sunflower
at
7/08/2012 09:06:00 PM
0
comments
Labels: Application, Defects, Documents, Errors, Feedback, Functionality, Implementation, Monitor, Processes, QA, QC, Quality, Quality assurance, Quality Control, Requirements, Software System, Software testing, Tests, Tools
![]() | Subscribe by Email |
|
Saturday, July 7, 2012
What are tools and techniques to monitor test progress?
Tools and Techniques to Monitor Test Progress
Posted by
Sunflower
at
7/07/2012 10:38:00 PM
0
comments
Labels: Application, Code, Defects, Environment, Feedback, Information, Monitor, Monitoring, Software System, Techniques, Test cases, Test Environment, Test Monitoring, Test Plan, Test Progress, Testers, Tests, Time, Tools
![]() | Subscribe by Email |
|
Friday, December 17, 2010
What is Long Session Soak Testing ?
When an application is used for long periods of time each day, the above approach should be modified, because the soak test driver is not logins and transactions per day, but transactions per active user for each user each day. This type of situation occurs in internal systems, such as ERP and CRM systems, where user logins and stay logged in for many hours, executing a number of business transactions during that time. A soak test for such a system should emulate multiple days of activity in a compacted time frame rather than just pump multiple days worth of transactions through the system.
Long session soak tests should run with realistic user concurrency, but the focus should be on the number of transactions processed. VUGen scripts used in long session soak testing may need to be more sophisticated than short session scripts, as they must be capable of running a long series of business transactions over a prolonged period of time.
The duration of most soak tests is often determined by the available time in the test lab. There are many applications that require extremely long soak tests. Any application that must run, uninterrupted for extended periods of time, may need a soak test to cover all of the activity for a period of time that is agreed to by the stakeholders. Most systems have a regular maintenance window, and the time between such windows is usually a key driver for determining the scope of soak test.
Posted by
Sunflower
at
12/17/2010 07:29:00 PM
0
comments
Labels: Databases, Functions, Levels, Load, Long session, Memory, Monitor, Multi-tired system, Problems, Response time, Sessions, Soak test, Soak Testing, Software testing, Test cases, Transactions
![]() | Subscribe by Email |
|
Thursday, December 16, 2010
Overview of Soak testing.
Soak testing is running a system at high levels of load for prolonged periods of time. A soak test would normally execute several times more transactions in an entire day than would be expected in a busy day, to identify any performance problems that appear after a large number of transactions have been executed. Also, it is possible that a system may stop working after a certain number of transactions have been processed due to memory leaks or other defects. Soak tests provide an opportunity to identify such defects, whereas load tests and stress tests may not find such problems due to their relatively short duration.A soak test would run for as long as possible, given the limitations of the testing situation. For example, weekends are often an opportune time for a soak test.
There are some typical problems identified during soak tests are:
- Serious memory leaks that would eventually result in memory crisis.
- Failure to close connections between tiers of a multi-tiered system under some circumstances which could stall some or all modules of the system.
- Failure to close database cursors under some conditions which would eventually result in the entire system stalling.
- Gradual degradation of response time of some functions as internal data structures becomes less efficient during a long test.
Apart from monitoring response time, it is also important to measure CPU usage and available memory. If a server process needs to be available for the application to operate, it is often worthwhile to record its memory usage at the start and end of the soak test. It is also important to monitor internal memory usages of facilities such as Java virtual machines, if applicable.
Posted by
Sunflower
at
12/16/2010 06:52:00 PM
0
comments
Labels: Appliaction, Databases, Functions, Levels, Load, Memory, Monitor, Multi-tired system, Problems, Response time, Soak test, Soak Testing, Software testing, Test cases, Transactions
![]() | Subscribe by Email |
|