Answer the question
In order to leave comments, you need to log in
What are the steps for site testing?
Hello.
I would like to get practical knowledge on selenium testing, but there is no clear plan on how to test and how many tests to write. There is a certain action plan, but it seems to me that it is not complete
Plan:
- check the title ;
- check the logo \ pictures on the icons;
- check registration (positive\negative tests for each line (username, password, email)) ;
- check site search;
- check that the links lead to the desired page;
And that's all
.
According to Savin's theory, I read it, now in the process of reading Karner.
Answer the question
In order to leave comments, you need to log in
You will read Karner and you will understand everything :)
In fact, you need to test the functionality (via the API or via the UI), and each site has its own. Moreover, it is necessary to test (and automate) first of all what is critical - and here each site has its own
You need to understand what kind of site you plan to test. And make a plan to test the main functions.
If this is some kind of online store, then add tests for buying goods:
- check the goods themselves
- check the addition of goods to the basket
- check the basket itself (+/- goods, calculation, deletion of goods)
- check the ordering
- well, it is desirable to check that the order fell where it should and with the correct information (to the database or the internal system, or both, or even some other option)
If the site being tested is not an online store, then by analogy, look at the main functions of the site, what users most often do, it is the verification of this that should be automated in the first place. Well, then, look, think, analyze, as a last resort, if there is someone higher (boss / customer / task manager), specify which functionality is the most critical in the business process
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question