Sunday, November 15, 2020

Manual Testing Syllabus

 Manual Testing Syllabus

=======================

What is Project?

What is Product?

What is Quality?

What is Defects?

What is Testing?

What is kick of meeting?

PIN(Project initial node)?

Software Development Lifecycle(SDLC):-(V.V.I)

Test Methodology :-

1)Black box Testing

2)Grey box Testing

3)White box & glass

Levels Of testing

1)Unit level testing

2)Module level testing

3)Integration level testing

4)System level Testing

5)User acceptance level testing

Types of Environment

1)Single type architechire(stand alone)

2)Two Tier architechire

3)Three Tier architechture:-

4)N Tier architechture

Q)What is a Software Build?

Types of Testing

Smoke Testing

Sanity Testing

static testing

Stability Testing

dyanamic Testing

Compatibility Testing(suitable)

Alpha Testing

Beta Testing

Adhoc Testing

Reliability Testing

Retesting

Regression Testing

Security Testing

Authentication Testing

URL testing

Firewall Testing

Exploratory Testing

End to End Testing

Load Testing

Installation Testing

Non-functional Testing

Survivability

Scalability

Usability

Speed

Performance Testing

Types of Performance Testing.

1)Load testing

2)Stress testing

3)Endurance testing

4)Volume testing

5)Scalability testing.

6)Endurance Testing

What is funcational Testing?

Types of Functional testing are

================================

Unit Testing

Smoke Testing

Sanity Testing

Integration Testing

White box testing

Black Box testing

User Acceptance testing

Regression Testing.

Globalization Testing?

Localization Testing

Positive Testing

Negative Testing

Pilot Testing

Types of Model

===============

1)Waterfall Model

2)Prototype Model

3)Evoluting Model

4)Spiral Model

5)fish Model

6)V Model

7)Agile Model

8)Incremental Model.

eXtreme Programming (XP)?

Software Testing Lifecyscle(STLC)

=================================

It contains 6 phases:-

-------------------------

1)Test Planning

2)Test Design | Test development

3)Test Execution

4)Result Analysis

5)Bug Tracking and Reporting

6)Closer activity|Exit activity.

Guidines to understanding the FRS document:-

=============================================

Test Scenario:-

================

How to create a Test Scenario.

Test Case

==========

What is Test Case?

Types of Test cases :-

=======================

1)GUI Test cases

2)Funcational Test cases

3)Non-Funcational Test cases

Non Funcationality Test cases:-

a)Compatability Testing.

b)Performance Testing

c)Usability Testing

d)Installation Testing.

Guidlines for writing the positive test case:-

==============================================

Guidlines for writing the negative test cases:-

=================================================

Q)What is Test Design Technique

=================================

1)Boundry value Analysis

--------------------------

2)Equivalence Partition (EP)

3)Q)What is Traceability Matrix?(TM)

Q)What is RTM (Requirement Traceability Matrix)?

Requirement Traceability Matrix – Parameters include

=====================================================

1)Requirement ID

2)Requirement Type and Description

3)Trace to design specification

4)Unit test cases

5)Integration test cases

6)System test cases

7)User acceptance test cases

8)Trace to test script

How to create Requirement Traceability Matrix

=================================================

Test Execution

================

Result Analysis

================

Bug tracking & Reporting

=========================

1)What is Bug?

Q)What is Defect?

While reporting the bug to developer, your Bug Report should

contain the following information

==========================================================

Q)What is Defect life cycle?

Defect life cycle stages

=========================

Q)What is Priority?

Defect severity can be categorized into four class

=====================================================

Defect priority can be categorized into three class

======================================================

Bug Tracking tool

==================

BUGZILLA

============

Software Test Engineer Responsibilites:-

=========================================

Test lead Responsiblility

==========================

Quality Center

Course fee is 10000/ only 

1 comment:

Q) How To Find Duplicate Characters In A String In Java?

Step1:- Creating a HashMap containing char as key and it's occurrences as value. Step2:- Converting given string to char array. Step3:- ...