Test Case Design Techniques Interview Questions | Manual Testing | SoftwaretestingbyMKT

preview_player
Показать описание
To join my upcoming courses/classes please fill below form

Join this channel to get access to perks:

Like, share and subscribe to the channel.
API Testing Playlist

Core Java Playlist

Selenium Playlist

Manual testing Playlist

Watch my other videos too,
Inheritance in Java video

Single level inheritance video

Multi Level Inheritance in Java video

Hierarchical Level Inheritance in Java video

Hybrid Level Inheritance in Java video

Method Overloading in Java video

This calling statement in Java or this() video

Constructor Overloading in Java video

Constructor in Java video

Static and Non Static Variables in Java video

How to Create an Object in Java & Handing non Static method video

Multiple static methods inside a single Class | How to deal it?

Methods in Java | What exactly is public static void main(String[] args)

Types of Variables in Java | Local,Global & Final Variables

Variable and Datatype in Java

Easy way to run a program in Java | First program in Java

Class and Object in java

50 Keywords in Java

Tokens in Java

How Java internally works?| Compilation & Interpretation

Introduction to Java | History of Java |Features of Java
Derived model in software development life cycle video link

Prototype model in software development life cycle video link

Spiral model in software development life cycle video link

Verification and Validation in software development life cycle video

Hybrid model in software development life cycle video video

Waterfall model in software development video link

Software development life cycle video link

What is manual testing, it's advantages and disadvantages video link

What is Software testing video link

I work in the IT industry as a Senior Software QA Engineer in Bangalore, India and I have worked on mobile applications, web applications, and API testing.
The main reason behind this channel is to educate people about software testing so that it will helpful for them to choose the right career and also to prepare for their interviews.

Adding my blog link

Adding my personal mail Id:

Adding my Quora profile link here:

Adding my Twitter account here,
or
Facebook Page:

Join us on Telegram today,
SoftwaretestingbyMKT
For the latest update on software jobs and to discuss each and everything about Software Testing also get an opportunity to get on an audio/video call with me directly to you.
I make videos on daily basics and also help student all over the world for FREE. If my videos are helpful in anyway help "SoftwaretestingbyMKT" reach billions by supporting
OR
Рекомендации по теме
Комментарии
Автор

Each and every relevant portion will be equally divided into multiple classes.
Like: lets take 1 to 500
I can split the total value of (1-500) into 5 equally divided class, where each class will be taking a range of 100.
Like this:
1-100
101-200
201-300
301-400
401-500
The range of each class is 100.
The test design technique we use here is named as - Equivalence Class Partitioning or, we can say ECP tecnique.

RakibulHasan-lywv
Автор

We can devide given range of text field into multiple classes and verify whether it accepts the value in each class range. This technique is called Equivalence Class Partioning

shalinivinodwaghmare
Автор

BVA (boundry value analysis )Or ECP (Equivalent class partition)

shubhamsolankar
Автор

The answer of question is there are several test case design techniques but to test that field the best approach is ECP
Equivalence partitioning is a technique of software testing in which input data is divided into partitions of valid and invalid values, and it is mandatory that all partitions must exhibit the same behavior.

chetandoiphode
Автор

It's come under input domain coverage there are boundry value analysis (BVA) for size and Equivalent class partition. For range

Inventive_Stuff
Автор

If test field contains different range of inputs this test design technique is Euavalance partitioning analysis.

koocknt
Автор

Equivalence class partitioning(Equivalence partitioning).

sanjyotjadhav
Автор

it is ECP, under the black box technique

ammarg
Автор

Equivalence partition can be used to divide ranges in different partitions. It includes both valid and invalid partitions and one value from each partition is tested.
Ex: Age field accepts person's age between 18-60
Here 3 partitions can be done
1. Below 18 - invalid
2. Between 18-60 - valid
3. More than 60 - invalid

jayashreesureban
Автор

Equivalent class partitioning technique
For example 1 to 50 age people allowed for insurance policy
:below 1 not allowed
: 1 to 50 age allowed

: above 50 not allowed

ramadevi
Автор

Equivalent class partitioning testing technique which is use for divide classes in valid and invalid data for to cover this coverage.

akbartamboli
Автор

equivalence class partitioning test case design techniques

_sahilsutech
Автор

Equivalence class partition, ( Let's take as total value 1-500 we divided into 5 equal classes like 1-100, 100-200, 200-300, 300-400, 400-500)

PhysicsFacts
Автор

Input domain coverage testing
1) BVA BOUNDARY VALUE ANALYSIS
2) EQUIVALENT CLASS PARTISION
3) DECISION TABLE TECHINQUE

abhinandanm
Автор

Boundary value analysis and equivalent partition

juinmitra
Автор

BVA ( boundary value analysis)
ECP ( equivalence class partition)

archanakhandelwal
Автор

Input domain testing which is further classified in 2 parts
1 BVA boundary value analysis (for analysis of length)
2 ECP equivalents class participation (for type of text which is allowed)

shreeramnijampurkar
Автор

Equivalence class partitioning technic, is it right?

honeybees
Автор

It is classified under Input domain Coverages that is in Boundary value analysis

Sourabh
Автор

Equivalence class partition(ECP) which comes under black box test case technique/test case design technique.

dpd