Completed
Last Updated: 19 Dec 2013 16:22 by ADMIN
ADMIN
Plamen
Created on: 12 Mar 2013 11:10
Type: Bug Report
0
It should not be possible to convert a Handle 'Logon' Dialog step into coded step
Currently if you convert a Handle 'Logon' Dialog step into coded step, Test Studio generates the following code:
        [CodedStep(@"Handle 'Logon' dialog.")]
        public void WebTest_CodedStep1()
        {
            // Wait Until Dialog is Handled          
            WaitUntilHandled(5000);    
        }

This code will fail as expected, but is really confusing for the customers, because they expect this step to handle the dialog.
0 comments