I need to write a test to test the following scenario:
1.Application that I am running prompts a message asking to enter a name of a project. I need to enter a project name and based on the application response I need to choose what to do next.
Questions:
1.How to enter project name as a response to the prompt message. I tried Write-Host, it doesn't suit the purpose?
2. How to read an application response as a string?