Showing posts with label performance. Show all posts
Showing posts with label performance. Show all posts

Wednesday, June 30, 2010

What-is-testing-process-performance-model-or-TPPM?

Testing Process Performance Model


Testing Process Performance model is to predict the important attributes of testing process and monitor the efficiency and performance of testing process by tracking and analyzing the actual data.

What-is-Testing-Process-Performance-Model-(TPPM)-activity?

Testing PPM activity

Testing PPM activity can be logically divided into following Sub-Activities.

  • Estimations-here estimations are done
  • Actual Measurement Entry - here we come with actual measures
  • Statistical Analysis - we are doing analysis for the estimations and measure in this activity

What-is-use-of-process-performance-models-PPMs?

Use Of PPMs

Process Performance models are used to estimate the project activities for different critical sub processes which are important to achieve the project and business objectives.

Mainly PPM are to :

  • Predict
  • Track
  • Manipulate

Tuesday, June 29, 2010

Which-test-cases-should-be-automated?

Following
test case should be automated

  • Test case need to be run for every build of the application
    (Sanity Testing)
  • Test that use multiple data values for the same actions.
    (Data Driven Testing)
  • Critical Application functionality.
  • Business functionality which won’t be change in short time period.
  • Performance testing
    (Load & Stress)

Monday, June 15, 2009

Which test case should be automated?

Following
test case should be automated

  • Test case need to be run for every build of the application
    (Sanity Testing)
  • Test that use multiple data values for the same actions.
    (Data Driven Testing)
  • Critical Application functionality.
  • Business functionality which won’t be change in short time period.
  • Performance testing
    (Load & Stress)

What-is-Testing-Process-Performance-Model-(TPPM)-activity?

Testing PPM activity

Testing PPM activity can be logically divided into following Sub-Activities.

  • Estimations-here estimations are done
  • Actual Measurement Entry - here we come with actual measures
  • Statistical Analysis - we are doing analysis for the estimations and measure in this activity

What-is-testing-process-performance-model-or-TPPM?

Testing Process Performance Model


Testing Process Performance model is to predict the important attributes of testing process and monitor the efficiency and performance of testing process by tracking and analyzing the actual data.

What-is-use-of-process-performance-models-PPMs?

Use Of PPMs

Process Performance models are used to estimate the project activities for different critical sub processes which are important to achieve the project and business objectives.

Mainly PPM are to :

  • Predict
  • Track
  • Manipulate

Monday, April 27, 2009

What are fault types?

Fault Types
Business Logic B: e.g requirement etc
Functional and Logical F: faults related to functionality and logic.
Look and Feel L: faults related to GUI
Performance P:faults related to performance.
Recoverability R: faults related to recoverability.
Security S: faults related to security.
Replication RL:faults related to data replication

What are test case types?

Test Case Types

Functional Test Cases:
Functional test cases are used to test screen level functionalities of the product. For field level validation, testers can either use GUI review checklist embedded within the test case or can develop separate field level validation test cases. Functional test cases along with field level test cases are executed before business test cases in order to test the functionalities of the individual screens thoroughly. Functional test cases are based on the FS as the primary source but can also be based on prototypes (if available) or the design document.
Field Validation Test Cases:
Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. DB verification can also be the purpose of such test cases.
Business test cases:
Business test cases are used to test the business scenarios and require extensive knowledge of the requirements and business process flow of the application. Business test cases are normally based on RS and business flows as the primary source.

Performance test cases:
Performance test cases are developed to determine/measure the system performance under the particular workload. It serves to validate and verify resource usage with volume of data. Performance test cases are developed to measure and analyzed application response time at the following level
  • Application level
  • Database level

Recoverability test cases: Recovery test cases are developed to conduct reasonable test to ensure that the implemented security measures function properly and how well the software is able to recover from crashes, hardware failures and other similar problems
Security test cases:
Security Test cases are developed to determine that an Information system protects data and maintain functionality as intended. Following basic measures should be covered in security test cases
  • Confidentiality
  • Integrity
  • Authentication
  • Authorization

Replication test cases: Replication Test cases are developed to verify the replication of data across the software components & validate the Data Integrity, Consistency and accuracy.

Thursday, April 9, 2009

What are testing types?

Testing Types

  • Functional Testing
  • Regression Testing
  • Usability Testing
  • Compatibility Testing
  • Performance Testing
  • Security Testing
  • Volume Testing
  • Load Testing
  • Sanity Testing
  • Smoke Testing

What is system testing?

System Testing

System testing is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements.

It includes following

  • Functional/ Regression Testing
  • Usability Testing
  • Compatibility Testing
  • Performance Testing
  • Security Testing etc

It is done by testers