Forum Discussion
rajeshthomas
14 years agoContributor
Hi Helen,
It is not working for me. adding the above said coding give back a exception error.
Below is my coding to open startup screen. i call this function directly from my first test item.
-----------
Sub Startup
if project.testitems.Current.Iteration =< 1 Then
userforms.Startup_Screen.itrtxt.Text= Project.TestItems.Current.Count
userforms.Startup_Screen.process_type.Text = "x86"
log.Message("Startup screen opens")
userforms.Startup_Screen.ShowModal
Else
Log.Message("Iteration No." & project.testitems.Current.Iteration)
End IF
End Sub
-----
It is not working for me. adding the above said coding give back a exception error.
Below is my coding to open startup screen. i call this function directly from my first test item.
-----------
Sub Startup
if project.testitems.Current.Iteration =< 1 Then
userforms.Startup_Screen.itrtxt.Text= Project.TestItems.Current.Count
userforms.Startup_Screen.process_type.Text = "x86"
log.Message("Startup screen opens")
userforms.Startup_Screen.ShowModal
Else
Log.Message("Iteration No." & project.testitems.Current.Iteration)
End IF
End Sub
-----
Related Content
- 5 years ago
- 14 years ago
- 11 years ago
Recent Discussions
- 21 hours ago