Close

Python pyunit

pyunit is a unit testing framework for Python. It tests individual code units, such as functions and classes. pyunit is one of the most popular unit testing frameworks in Python.

Automate Your Testing with Python Robot Framework

Automate Your Testing with Python Robot Framework

Robot Framework is a test automation framework for acceptance testing and acceptance test-driven development (ATDD). It is implemented in Python and can test various web, desktop, and mobile applications. One advantage of Robot Framework is that it is easy to use and has a simple, keyword-driven syntax that makes it […]

Devamını Oku

Simplifying Testing with Software Test Automation Tools

Simplifying Testing with Software Test Automation Tools

Software test automation tools are software programs that automate software applications’ testing processes. These tools help testers execute tests more efficiently and accurately and identify and report software defects. Some common types of test automation tools include: Unit test frameworks: These tools are used to automate unit tests, which are […]

Devamını Oku

Why PyUnit is the Go-To Tool for Python Developers.

Why PyUnit is the Go-To Tool for Python Developers.

PyUnit is the standard unit testing framework for Python. It is a part of the Python Standard Library, so it is distributed with Python and requires no additional installation. One of the main advantages of PyUnit is that it is easy to use and integrates well with other parts of […]

Devamını Oku

Güle Güle .Net, Merhaba .Net Core!

Güle Güle .Net, Merhaba .Net Core!

 .NET Core Microsoft’ un desteğiyle geliştirilen bir open source framework olarak .NET’ in yerini alıyor. .Net Core 3.0 2019’ da yayınlandı.  Microsoft kaynaklarına göre bu sürüm, uzun ömürlü bir sürüm olacak.   Diagramda görüldüğü gibi yakın zamanda .NET Core artık .NET olarak anılması planlanıyor.   .NET kullanan arkadaşların .NET Core’ […]

Devamını Oku

An Introduction to mRuby | Ruby Creator Yukihiro “Matz” Matsumoto

An Introduction to mRuby | Ruby Creator Yukihiro "Matz" Matsumoto

Yukihiro Matsumoto a.k.a. Matz, is a Japanese computer scientist and software programmer best known as the chief designer of the Ruby programming language and its reference implementation, Matz’s Ruby Interpreter (MRI). His demeanor has brought about a motto in the Ruby community “Matz is nice and so we are nice,” […]

Devamını Oku