or
<CodedStep("New Coded Step")> _ Public Sub resize_CodedStep2() ' ActiveBrowser.ResizeContent() activebrowser.ResizeContent(0,0,1024,690) End Sub'8-9-2011 14:36:18' - System.ArgumentException: Unable to find the test class type 'test_08091120' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
I have parameterized one script but I find for every value script start to execute from the beginning.
I want to execute the particular step for different values on the open web page rather navigate from the begging.
Could you please help me out?
Desktop desktop = new Desktop();
desktop.KeyBoard.KeyPress(Keys.Back, 1, repeatCount);
desktop.KeyBoard.TypeText(text, 2, 0);