.net - How to set Microsoft Test Manager record sensitivity? -


In Microsoft Test Manager, I am creating an automation recording for the COODI test. It seems that choosing hover events, which are not relevant for the trial, is there any way to configure the test manager to actually record the actual text input and button clicks?

If you then use the Codedi test recorder provided with Microsoft's coded Yuri Test Framework You can expand the work pane on the recorder and delete the events that you do not want in the recording. If it's too late for this, you can check the code in the designer's class for recording and remove the lines about the hover events you are talking about. Keep in mind that since this code is a bit more complicated than generating, so if you have the option to delete them before making their own method, then I will do it like this.

Edit:

In addition, and I did not mention it before, but if you change anything in the generated code and then rebuild your recording , Then any of your changes will be overwritten. You can fool some, like copy your recording method from generated code to partial or class (which does not reborn) and make your change there.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -