You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I'm new in Xray and I need to understand some things.
I have requirements on three levels. First level describe general funcionality, second is more detailed. Sometimes second level is too general so it is created third level to make it simplest as it can be.
So I write tests for the lowest level. This tests cover lowest requirements.
1. So if all lowest requirements are covered then the higher requirements are also covered, am I right?
I also have several modules that cooperate with some devices. First I write test cases on third level where I simulate data from devices, because I do not have this devices. This tests cover reuirements. Now I should write tests for situation when I have devices connected.
2. Should I create new tests linked to previous requirements? If I link them to the same requirements I can not add this tests to the same plan test as the test that I created for situation without devices. I should create next test plan for testing with connected devices, but not all of modules have external devices connected to them. To that modules I have requirements and tests. If I create test plan containing only tests cases for modules which need devices not all of the requirements will be covered (the requirements for modules that do not need devices). How should it be organized?