Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying wrong time for test case execution #15

Open
testUser112 opened this issue Jun 14, 2016 · 7 comments
Open

Displaying wrong time for test case execution #15

testUser112 opened this issue Jun 14, 2016 · 7 comments

Comments

@testUser112
Copy link

Hi Uttesh,

I have used your code to generate pdf reports and it is working properly. Problem i am facing is

Test case execution time is wrong. I have 5 test cases I am execution in 12345 order but in report it is displaying in 42351 and also displaying wrong execution time

@uttesh
Copy link
Owner

uttesh commented Jun 14, 2016

@testUser112 Thanks, Could you please provide more information which will help to understand the issues, execution order and time are untouched by the library, provide information on how time/order are validated across library result!

@testUser112
Copy link
Author

testUser112 commented Jun 15, 2016

screen shot 2016-06-15 at 11 44 04 am
screen shot 2016-06-15 at 11 44 15 am

@uttesh thanks for the reply

As you can see in the screen shot attached,

NavigateToLaunchPage test will be executed first, Then enterUsernameAndPassword, finally tapbutton.

But in pdf report it is displaying as

  1. tap button: June 15 2016 11:06:21
  2. NavigateToLaunchPage: June 15 2016 11:06:24
  3. enterUsernameAndPassword: June 15 2016 11:06:28

Could you please help me to fit this problem

@uttesh
Copy link
Owner

uttesh commented Jun 15, 2016

@testUser112 unable to reproduce the issue, tried with simple test class with priority set, report is showing proper result and execution time order .

@testUser112
Copy link
Author

Hi Uttesh,

Can I send you complete project??

It would be very grateful if you can help me to resolve this.
On Jun 15, 2016 9:04 PM, "uttesh" notifications@github.com wrote:

@testUser112 https://github.com/testUser112 unable to reproduce the
issue, tried with simple test class with priority set, report is showing
proper result and execution time order .


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#15 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ATAY00_UDuFNV8QpB_Hlq7AGh3RTc1Xkks5qMBuKgaJpZM4I1QLh
.

@uttesh
Copy link
Owner

uttesh commented Jun 15, 2016

@testUser112 fine put it in google drive and send me the link. i assume its a sample project!

@uttesh
Copy link
Owner

uttesh commented Jun 21, 2016

@testUser112 is issue is resolved ?

@hypezao
Copy link

hypezao commented Aug 22, 2016

I'm experiencing the same results as @testUser112.

When TestNG is running, the tests follow the order given, but after the pdf generation, they are randomly ordered.

capturar

It should be ordered like CT001, CT002, CT003, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants