Tag: "web site testing"

2 Ways of Partition Software Back-End into Modules for Functional Testing

2 Ways of Partition Software Back-End into Modules for Functional Testing

Functional testing is performed not only while checking front-end of an application, but during back-end testing as well. Functional tests of an application server databases have their specific features and methods. Those who perform web site testing, desktop testing and mobile testing find it useful to divide the software back-end into functional modules and check [...]
Ukrainian software development Forum 2.0

Ukrainian software development Forum 2.0

Ukrainian software development Forum 2.0 – the most massive event for the top management of IT companies, Association “IT Ukraine” will held it for the 2nd time. Last year’s forum (Ukrainian IT outsourcing forum) gathered more than 200 key representatives IT business, authorities and experts. This year we have invited new speakers and changed topics [...]
What Can Help to Build a Career in a Software Testing Company?

What Can Help to Build a Career in a Software Testing Company?

To start working in a software testing company one should have at least basic knowledge about a testing process, main notions and terms of software testing. Any technical skills will be very helpful as well. Some companies hire even those, who know nothing about a testing process, but have a great desire to study, search [...]
What is it Necessary to Find out Testing a Database Trigger?

What is it Necessary to Find out Testing a Database Trigger?

Back-end of most of modern web applications comprises complex SQL databases. A database of that kind can perform different operations with multiple data. Besides data, its tables include different saved procedures that are responsible for performing various operations. One must make sure that all the databases function as intended, according to specification executing web site [...]
What are Peculiarities of Stored Procedure Testing?

What are Peculiarities of Stored Procedure Testing?

Stored procedure is a constituent part of a database. It’s a set of SQL instructions that can have different parameters, variables, and execute different operations with data. It plays an important role, as it is responsible for data processing. If something is wrong with a stored procedure, the user data can be damaged, lost or [...]
What is Structure of an SQL Database?

What is Structure of an SQL Database?

At present software products are multileveled complex systems. They contain lots of data, execute many various functions. In order to manage, update and edit the data, they are stored in databases. Databases are one of the key elements of a software product back-end. Those, who are involved in mobile application testing, desktop testing and web [...]
2 Effective Approaches to a Program Back-End Testing

2 Effective Approaches to a Program Back-End Testing

Software products have become big and complex. They can perform many different complex operations and are used in almost every field of work, from medicine, commerce and researches in nuclear physics to games and entertainment. Any Application Can be Divided into 2 Parts: front-end; back-end. Users interact with a program front-end and never deal with [...]