我有兴趣将一些人工测试案例汇集起来,以便核实特定网络应用的《巴塞尔公约》正在按计划运作。
不幸的是,如果我们想使用诸如健身等工具进行自动化测试,那么,德国马克与立陶宛兰岛之间的政变就足够了,我需要花费相当长的时间,而且鉴于目前的最后期限,我并不认为这是一种时间价值支出。
My question is, is it reasonable to perform manual testing (testing would be as defined here) in scenarios as described above, and if so:
- How detailed should the system tests be for the BL layer?
- In the case of general system tests and smoke tests, will designing each test to cover a particular requirement be sufficient for coverage?
<>>Example:
REQUIREMENT: If a user provides two cost entries for the same type of
item, the application will take the higher of the two costs, and zero
the second.
TEST: Add two cost entries, both for vehicle use, submit the ticket.
Verify that the invoice for the ticket only shows the higher of the two.
- Anything else I should take into consideration when designing manual tests?