sinis
2 years agoContributor
MSTest Configuration
While doing MSTest, Is there criteria in which Visual Studio version it should be created? I tried it in Visual Studio 2017 and it is not working.
- 4 years ago
Hi,
> 1. Can a combination of scripts and keyword tests be part of and execution plan.
Yes.
> Does TC work like a relational database.
Could you clarify this?
Keyword test (like script function) is not automatically added to the Execution Plan when created.
I think this is correct because far not every keyword test and far not every script function is a test. A lot of them well may be generic routine entities that are called by other keyword tests / script functions as their building blocks.