Skip to content

Improved Testing experience #114

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

Open
wants to merge 1 commit into
base: viewer-testing
Choose a base branch
from

Conversation

Varunaditya1
Copy link

Issue #, if available:

  • The current viewer testing branch runs the viewer infinite number of times.
  • To test TTFF with a fix number having a count set my user and running viewer with fix counts is helpful in testing.
  • Added more popups on UI showing the iteration number for improved Tester User Experience.

Description of changes:

  • Added a static variable to keep track of iteration and fixating it.
  • Added more system.out popups for showing iteration count.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sirknightj sirknightj requested a review from stefankiesz July 11, 2025 21:44
@@ -194,18 +194,30 @@ public void onClick(final View view) {
};
}

private int iterationCount = 0; // Number of iterations to run
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current iteration #?

Log.e(TAG, "Error sending join storage session request!", ex);
}
}).start();
}else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/nit formatting

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

Successfully merging this pull request may close these issues.

2 participants