Please enable JavaScript.
Coggle requires JavaScript to display documents.
Product (Development (Feature 1 (Review of Features / User stories by the…
-
-
Software Quality
Assurance
Process oriented: QA makes sure if processes, methodologies and standards are appropriate while producing the product .
Not related with the code execution or testing, Focuses on the improvement of development and testing process and methodologies used to develop product.
Proactive, seeks for weaknesses to prevent the bugs.
-
Defining Processes, Quality Audit, Selection of Tools, Training.
-
-
Control
Set of activities that are carried out to verify the developed product meets the required standards.
Levels of Testing
-
-
-
-
-
Acceptance Testing
-
-
-
Used to conduct operational readiness of a product, service or system as part of quality management system
-
Testing Techniques
Dynamic Testing
-
Give inputs values and checking if the output is a expected by executing specific test cases which can be done manually or with the use of automated process
Examination of the physical response from the system to variables that are not constat and change with time
-
-
-
-
Structural Testing
Execution of specific spots in the software entity, such as specific statements, program branches or paths
-
-
-
-
Defining Processes, Quality Audit, Selection of Tools, Training.
Testing
Automated
-
I tried on the product, prepared a demo for the login and driver checkin page)
-
-
-
-
-
-
-
-
-
AngularJS specific locators with specific library called NGWebDriver ( that's alibrary devoloped by one person, that's a disadvantage)
-
scripts can be written with Java, C# , python or javascript
-
Manual
-
Create the test cases in BDD way so peaople out of test department can also understand the test cases
Make them like a database, every time it is required, ceration set of test cases should be exported, such as smoke, sanity or regression tests case sets
-
-
-
-
-
-
-
-
-