Testing in Python and types of software testing

  Software testing

Software testing is a most often used technique for verifying and validating the quality of software .

Software testing is the procedure of executing a program or system with the intent of finding faults.

Software testing is a significant activity of the software

development life cycle (SDLC). It helps in developing the confidence of a developer that a program

does what it is intended to do so. 

White-box testing (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality.

Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings.

Debugger PuDB 2017.1.1 for unix and mac osx

A full-screen, console-based Python debugger

PuDB is a full-screen, console-based visual debugger for Python.

Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it–in a terminal. If you’ve worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB’s UI might look familiar.




Comments

  1. Software testing plays a crucial role in ensuring that application meet user requirements as intended

    ReplyDelete
  2. Software testing is not just a one-time activity; it fosters a culture of continuous improvement and helps teams refine their development processes.https://pythontrainingbaroda.blogspot.com/2024/01/testing-in-python-and-types-of-software.html

    ReplyDelete
  3. PuDB is a full-screen, console-based visual debugger for Python..http://www.vataliyacomputer.in/python-coding-programming-class.php

    ReplyDelete

Post a Comment

Popular posts from this blog

Comparison Operator in Python

First Program in Python