Forum Discussion

Yan01's avatar
Yan01
Occasional Contributor
5 years ago
Solved

Plugin to Jenkins Works Differently Compared to TestComplete and TestExecute

Hi:

Corrently we are using Jenkins for automatic scheduling, the plugin to Jenkins is created by TestComplete. We are currently running Web application testing by using ID 

 

Set Obj = page.NativeWebObject.Find("id", Id)
If Obj.Exists Then
Obj.Click
Else
Log.Error Obj.Name & " was not found."
End If
Delay (3000)

 

We proved it to be work on TestComplete and TestExecute, however, when we start nightly CI process using Jenkins, it has error on some of the spots.