Forum Discussion
makh_dv
15 years agoOccasional Contributor
Hi Alex,
I have prototyped most of it, and I can make a video.
It is not hard to apply new shcema if it'll be changed in future, prototype design allows it very quickly.
MS VS CustomTool code is launched every time the related file is changed. So if TC GUI will update it the code will be regenerated in shadow.
I am in a way to release it for wider use.
For now I would really like to share the knowledge and in future the code. How can I show you video? I have skype: makh_dv and I can share my desktop to you. :-)
My team on a way porting most JScript code from TestComplete to C#. And what is only will left in TestComplete is tcNm.
This was caused because we want more easier refactoring of test framework and it is hard to provide under any script language.
And the goal of this is exactly to have compilation error if anyhow some nameMapping nodes were changed outside. This goal was achieved. I really like how it works!
I have prototyped most of it, and I can make a video.
It is not hard to apply new shcema if it'll be changed in future, prototype design allows it very quickly.
MS VS CustomTool code is launched every time the related file is changed. So if TC GUI will update it the code will be regenerated in shadow.
I am in a way to release it for wider use.
For now I would really like to share the knowledge and in future the code. How can I show you video? I have skype: makh_dv and I can share my desktop to you. :-)
My team on a way porting most JScript code from TestComplete to C#. And what is only will left in TestComplete is tcNm.
This was caused because we want more easier refactoring of test framework and it is hard to provide under any script language.
And the goal of this is exactly to have compilation error if anyhow some nameMapping nodes were changed outside. This goal was achieved. I really like how it works!