Use Case
Use case describes someone interact with software/system to achieve certain goal.
It is defined in business requirement document before coding.
Test Case
Test case refers to detail test description written to guide tester completing testing execution in order to determine whether the function under testing pass or fail, it contains the following:
test case ID
test description
Pre-conditions
Test steps
Expected outcome
Compatibility
and etc.
When asking the question, what the difference between use case and test case, the answer can be:
1. Use case and test case are developed at different stage:
Use case is developed at beginning when Business Analyst analysis customer requirement and summarize up with use case and use diagrams to describe functions required.
Test case is designed by testers after test plan is approved by stakeholders.
2. User case and test case are for different audience.
Use case is written for customer, client, managers, business analysts.
Test case is mainly written for developers and testers.
Subscribe to:
Post Comments (Atom)
Setup VNC on Ubuntu 20.04
sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...
-
找到samba的配置文件smb.conf,在里面[global]位置下面加入 server min protocol = CORE 保存文件后记得重启samba服务 sudo nano /etc/samba/smb.conf server min protocol = CO...
-
It is available in settings menu of different phone morever you can call on a number provided by service provider to divert calls. Anywa...
-
Tools used by Developer: Statistic Analysis, Dynamic Analysis Tools used by Testers: P erformance testing, Test Management, Test Running,...
No comments:
Post a Comment