What is Components Testing in Software Testing by Bhaumik Gohel

 

What is Component Testing?

- Check each and every components in detail work according to document and functionality working fine or not?(Functionality ના દરેક કોમ્પોનેન્ટ નું ઈન ડેટાઇલ ટેસ્ટિંગ કરવું તેને કોમ્પોનેન્ટ ટેસ્ટિંગ કેહવાય છે).

- Check every component of Registration page, So if we do "Mobile Number" component testing check with different Positive and Negative value (જો આપણે Register page નું ટેસ્ટિંગ કરતા હોય તો કોમ્પોનેન્ટ ટેસ્ટિંગ માં Positive અને Negative value સાથે ચેક કરવું પડે).


 આપડે Mobile Number ની ફિલ્ડ માટે Component Testing કરીએ,

👉Mobile Number ની ફિલ્ડ Alphabetic value accept કરે છે કે નહિ તે ચેક કરો,

 

👉 Mobile Number ની Field Special Character (!@#$%^&*)Accept કરે છે કે નહિ તે ચેક કરો,

 

  • Rules of Component Testing:
  1. Always do Positive Testing
  2. Do Negative Testing
  3. Don't Assumption anything
  4. Optimize Testing

  1. Always do Positive Testing: When you are test the functionality first of all start testing with positive scenario.
        if you found any bug in functionality then find more and more bug from it and report to respective team.

2. Do Negative Testing:  After positive testing check with negative scenario like negative value (- Minus value, . decimal values, @#$ Special character values),

3. Don't Assumption Anything: Don't Assumption anything while checking/ Testing the functionality like (Mobile number not accept Alphabetic value, Age not accept 1000 values, etc.)

4. Optimize Testing: After completion of above three testing then do Optimize testing, Optimize testing means its perform combination of Positive testing and Negative Testing.

  • અમારી ઇન્સ્ટાગ્રામ ચેનલને Follow કરો નીચે આપેલી લિંક પર ક્લિક કરીને 👍🙏 

👉Instagram: @softwaretestingingujarati 

Comments

Popular posts from this blog

SDLC (Software Development Life Cycle) શું છે? by Bhaumik Gohel

What is User Acceptance Testing? What we need to check on that?

What is CRS, SRS and FRS in Software Testing.? by Bhaumik Gohel