Difference between revisions of "Offy Testing"
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''Software Testing''' activities | + | '''Software Testing''' activities are extremely necessary for the development of products or outsourcing software so we would like to introduce about Team, Process,... |
'''Test Types:''' | '''Test Types:''' | ||
+ | |||
''''''1. Manual Testing:''''''''Italic text'' | ''''''1. Manual Testing:''''''''Italic text'' | ||
Manual Testing is a process of finding out the defects or bugs in a software program. In this method, the tester plays an important role of the end user and verifies that all the features of the application are working correctly. The tester manually executes test cases without using any automation tools. | Manual Testing is a process of finding out the defects or bugs in a software program. In this method, the tester plays an important role of the end user and verifies that all the features of the application are working correctly. The tester manually executes test cases without using any automation tools. | ||
− | '''2. Automation Testing:''''' | + | '''''2. Automation Testing:''''' |
− | + Goal of Automation Test: | + | |
+ | + Goal of Automation Test: | ||
+ | The goal of Automation is to reduce the number of test cases to be run manually and not eliminate manual testing altogether. | ||
− | + | + | + Scope of Automation: |
- Feature that is important for the business | - Feature that is important for the business | ||
- Scenarios which have large amount of data | - Scenarios which have large amount of data | ||
Line 25: | Line 28: | ||
- Repeatable | - Repeatable | ||
− | 3. Performance Testing: In general, a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage. | + | '''3. Performance Testing:''' ''Italic text'' |
+ | In general, a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage. | ||
source: https://en.wikipedia.org/wiki/Software_performance_testing | source: https://en.wikipedia.org/wiki/Software_performance_testing | ||
+ | |||
+ | '''Slide: Introduce team and Basic Testing Types''' | ||
+ | https://docs.google.com/presentation/d/1Uy89IpnnoDQtG4u9HMRXvk0CKK9eR0zlzEWx--9ANsE/edit#slide=id.p10 | ||
+ | |||
+ | '''Slide: Get locator by Xpath in automation testing''' | ||
+ | https://drive.google.com/open?id=1N2-fDyhqJ_Iva6n2wMjW7cXetDSSqoP6 |
Latest revision as of 09:56, 15 January 2018
Software Testing activities are extremely necessary for the development of products or outsourcing software so we would like to introduce about Team, Process,...
Test Types:
'1. Manual Testing:'''Italic text Manual Testing is a process of finding out the defects or bugs in a software program. In this method, the tester plays an important role of the end user and verifies that all the features of the application are working correctly. The tester manually executes test cases without using any automation tools.
2. Automation Testing:
+ Goal of Automation Test: The goal of Automation is to reduce the number of test cases to be run manually and not eliminate manual testing altogether.
+ Scope of Automation: - Feature that is important for the business - Scenarios which have large amount of data - Common functionalities across applications - Technical feasibility - Extent to which business components are reused - Complexity of test cases - Ability to use the same test cases for cross-browser testing.
+ Benefits of Automation Test - Reduce cost of development and quality assurance - Increase coverage - Reliable - Reusable - Repeatable
3. Performance Testing: Italic text In general, a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage. source: https://en.wikipedia.org/wiki/Software_performance_testing
Slide: Introduce team and Basic Testing Types https://docs.google.com/presentation/d/1Uy89IpnnoDQtG4u9HMRXvk0CKK9eR0zlzEWx--9ANsE/edit#slide=id.p10
Slide: Get locator by Xpath in automation testing https://drive.google.com/open?id=1N2-fDyhqJ_Iva6n2wMjW7cXetDSSqoP6