tester-firststeps
tester-firststeps
Tester - from decisions to first steps at work
19 posts
I am starting my adventure with testing, which is why I decided to run a blog that will be the culmination of my first steps in testing
Don't wanna be here? Send us removal request.
tester-firststeps · 3 years ago
Text
Testalia
Wszystkie dokumenty i narzędzia (artefakty) wytworzone i używane podczas procesu testowania niezbędne do planowania, projektowania i wykonywania testów, takie jak dokumentacja, skrypty, wejścia, oczekiwane rezultaty, procedury, pliki, bazy danych, środowiska oraz każde dodatkowe oprogramowanie i narzędzia uzyte podczas testowania.
[Fewster i Graham] [Słownik wyrażeń związanych z testowaniem, wersja 2.0]
0 notes
tester-firststeps · 3 years ago
Text
Kamień milowy (ang. milestone)
punkt w czasie realizacji projektu, dla którego zostały określone (pośrednie) produkty oraz wyniki.
0 notes
tester-firststeps · 3 years ago
Text
proces testowy
Testowanie to proces ciągły.
0 notes
tester-firststeps · 3 years ago
Text
proces testowy
Testowanie to proces ciągły.
0 notes
tester-firststeps · 3 years ago
Text
Przypadek testowy
Przypadki testowe jest to jedno z najważniejszych "dzieł" testera oprogramowania.
0 notes
tester-firststeps · 3 years ago
Text
Testowanie decyzji jest silniejsze niż pokrycie instrukcji. Jeśli dany przypadek testowy pokrywa wszystkie decyzje w programie, to jednocześnie pokrywa wszystkie instrukcje w programie.
0 notes
tester-firststeps · 3 years ago
Text
Instrukcje decyzyjne

Przykładami instrukcji, w których trzeba podjąć decyzje są:
instrukcja warunkowa if: if (decyzja) then ...;
warunek w instrukcji while: while (decyzja) do ...;
warunek w instrukcji do-while: do ... while (decyzja);
instrukcja switch(case);
warunek pętli w instrukcji for: for (inicjalizacja; decyzja; inkrementacja) do ...;
0 notes
tester-firststeps · 3 years ago
Text
scrum ;)
Daily Scrum = Standup
iteracja = sprint
Backlog Refinement = GROOMING
1 product = 1 product owner
1 product =1 product backlog
2 notes · View notes
tester-firststeps · 3 years ago
Text
Im bardziej udziwniony i podatny na błędy kod, tym mniejsza szansa, że zostanie on wykonany w typowym przebiegu programu.
0 notes
tester-firststeps · 3 years ago
Text
White-box techniques
Decision testing is stronger than instruction coverage. If a given test case covers all decisions in the program, then at the same time it covers all the instructions in the program.
Testowanie decyzji jest silniejsze niż pokrycie instrukcji. Jeśli dany przypadek testowy pokrywa wszystkie decyzje w programie, to jednocześnie pokrywa wszystkie instrukcje w programie.
0 notes
tester-firststeps · 3 years ago
Text
Testing less than this for new software is unconscionable and should be criminalized.
Istnieje grupa testerów oraz programistów uważających, że "testowanie instrukcji jest obowiązkiem, a zaniechanie tego rodzaju testowania powinno się karać więzieniem"..
0 notes
tester-firststeps · 3 years ago
Text
Ground testing is impossible !
0 notes
tester-firststeps · 3 years ago
Text
Tester - responsible for?
This is the person responsible for, among others following steps: Reviewing test plans and participating in their development. Analyze, review, and evaluate requirements, user stories and acceptance criteria, specifications, and models (i.e., test basis) for testability. Identify and document test conditions, and record the relationship between test cases, test conditions, and the test basis. Designing, configuring, and verifying test environments (often in consultation with system and network administrators). Designing and implementing test cases and test scripts. Preparation and acquisition of test data. Creating a test execution schedule. Performing tests, evaluating results, and documenting any deviation from expected results. Using appropriate tools to improve the test process. Test automation as needed (this task can be performed with the help of a developer or a test automation expert). Evaluation of non-functional characteristics, such as: performance, reliability, usability, security, compliance, portability. Reviewing tests developed by others.
0 notes
tester-firststeps · 3 years ago
Text
7 Principles of Software Testing
Testing shows presence of defects
Exhaustive testing is not possible
Early testing
Defect clustering
Pesticide paradox
Testing is context dependent
Absence of errors fallacy
0 notes
tester-firststeps · 3 years ago
Text
Don'tRepeatYourself
0 notes
tester-firststeps · 3 years ago
Text
Software testing
allows you to assess the quality of the software and reduce the risk of failure during its operation.
0 notes
tester-firststeps · 3 years ago
Text
I don’t make software; I make software better.
0 notes