Skip to main content

Questions tagged [test-creation]

The process it takes to create a test case.

6 votes
5 answers
3k views

Writing test cases for a test with repetitive test steps

I have a task where I need to test payment through different payment methods (31 methods). What is the best practice in writing test cases with repetitive test steps? Should I just use "Repeat steps 1-...
Venmar's user avatar
  • 83
2 votes
1 answer
338 views

Is it possible to "send" parameters to shared steps in MTM?

I want to know if is possible to pass parameters values to shared steps in MTM? I have one product that have the same test cases as other but the values of the expected results are different. So it ...
Yoiku's user avatar
  • 123
0 votes
3 answers
6k views

Test cases for a weather widget

In one of my recent interviews, there was a question: Write the functional and non-functional test cases for a weather app / widget. Note: Test coverage is important than numbers. I wrote the ...
Selvin Dhavidhu's user avatar
1 vote
1 answer
137 views

What should i test while fetching data from the database?

I am using django python framework for building web application. I am new to testing and i have lot of doubts. Consider my statements below and please let me know whether am i right or not? Consider i ...
vishnu m c's user avatar
3 votes
1 answer
253 views

What is a good checklist for risk based testing?

Few days ago, I have checked the tests of my node project. There are a lot of tests, but I ask myself which tests are necessary and which are not. I searched google and found very interesting strategy ...
Gerd's user avatar
  • 131
3 votes
1 answer
227 views

How should I create test cases for things that should not be present?

How should I create a test case, or what should the test case be, when the scenario is for a function that shouldn't be in the system? I'm creating test cases based on the FSD (Functional ...
Vincent Dapiton's user avatar
0 votes
1 answer
697 views

Is it ok to use Gherkin syntax to describe scenarios for backend applications?

I use gherkin syntax to write the scenarios of features that involve user interaction. However, I'm not sure if it is the correct syntax to describe scenarios to test backend applications. If your ...
Edwin Jaime's user avatar
2 votes
1 answer
100 views

Test ideas for a real-time comment system [closed]

I am testing functionality that allows different users to exchange comments in real-time i.e. every user receives updates on all the events (comment added, comment deleted, total number of comments ...
Ellen Seymor's user avatar
3 votes
3 answers
147 views

Should finding specific data to test with be included in the test steps

When testing our website, I usually have to find a customer order with which I can test. I do this by running queries against various databases. Once I find the order that will work, I begin the ...
Renae's user avatar
  • 51
4 votes
4 answers
2k views

Should test cases contain more than one step with expected result (ISO 29119 definition)

There is a big dispute in the software testing world. In general, a test case is a pair of an input and an expected output (or as many books say, it mostly has just a single step: do sth and check it)....
John V's user avatar
  • 627
0 votes
1 answer
232 views

Pairwise Testing - How do you find the most important cases?

Currently I have to create manual test cases for a feature with 64 different combinations. I think it is not useful to create test cases for all of them. How do I find the most important combinations? ...
Twaldigas's user avatar
  • 1,654
1 vote
1 answer
318 views

Valid Equivalence Partition testing

I've read a number of papers and books on equivalence partitioning but can't seem to get my head around this one part. My question is: Are these valid equivalence partitions? Let say I have a program ...
A_Porcupine's user avatar
5 votes
2 answers
1k views

What test generators do exist?

What tools exist to automatically generate test scripts (or test script templates) from a formal specification or a program's source code? EDIT: The background of this question is, that I’m ...
stacky-bit's user avatar
5 votes
1 answer
193 views

Are there common techniques for testing the conformance of an implementation to a general contract?

Say you have defined some abstract interface and you specify a general contract for that interface to which all implementations must adhere. Are there common techniques that can facilitate testing the ...
Alexander Tobias Bockstaller's user avatar
2 votes
2 answers
782 views

Layer testing - How should I test data replication/update?

I have a development background and now I'm starting with software QA. While building a solution developers often create code which is shared among different platforms/applications. One example is the ...
fabiopagoti's user avatar

15 30 50 per page