This is a migrated thread and some comments may be shown as answers.

[Solved] The test list fails but not the single tests

4 Answers 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Davide
Top achievements
Rank 1
Davide asked on 15 Jul 2015, 08:16 AM

Hi all,

I'm creating a lot of tests for a web application and they work well I launch them individually.

But when i put them into a Test list, the tests fail, usually when I'm checking if an element (in particular jquery modal popup) is not visible.

Here the code step

[CodedStep(@"Check popup closed")]
public void StepX()
{
    Pages.AAA.BBB.Popup.Wait.ForVisibleNot(30000);
}

I would like to reiterate that the single tests work well, also if I launch them in the same order of the Test list.

 

Thanks for the support.

Davide

4 Answers, 1 is accepted

Sort by
0
Davide
Top achievements
Rank 1
answered on 15 Jul 2015, 09:55 AM
I forgot to say that the element is not actually visible, so the step should not fail
0
Boyan Boev
Telerik team
answered on 20 Jul 2015, 06:55 AM
Hello Davide,

Could you please send us the application log so we can review the issue.

Please clear it first and send it to us.

Thank you.

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
0
Davide
Top achievements
Rank 1
answered on 22 Jul 2015, 10:43 AM

Hi Boyan,

thanks for the support.

I don't know why but I'm not able anymore to reproduce the issue... However no I now what ​I need to do if this were to happen again.

 

Thanks again

Davide

0
Boyan Boev
Telerik team
answered on 27 Jul 2015, 08:42 AM
Hello Davide,

I am happy to hear that.

If you need further assistance please let us know.

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Davide
Top achievements
Rank 1
Answers by
Davide
Top achievements
Rank 1
Boyan Boev
Telerik team
Share this question
or