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

UI testing for Type Editor using SWT #153

Open
5 of 6 tasks
ShantKhatri opened this issue May 29, 2024 · 1 comment
Open
5 of 6 tasks

UI testing for Type Editor using SWT #153

ShantKhatri opened this issue May 29, 2024 · 1 comment
Assignees
Labels
google-summer-of-code Issues specifically targeted at students enrolled in the program Google Summer of Code ui-test

Comments

@ShantKhatri
Copy link
Contributor

ShantKhatri commented May 29, 2024

It's noted that on IDE, timely UI seems broken which results in poor user experience and frequent errors. To overcome these issues, there is a strong need for an automated test suite for the graphical editors part. These test suites will detect errors that will enhance the overall reliability of the editors. Through automated testing, we can effectively implement error indicators within graphical models, ensuring timely identification and resolution of issues.

This can be achieved by creating UI automated test suites which we are doing using SWTBot. With this issue, we are focusing mainly on type editors.
The whole UI testing for type editors has been divided into modules as below:

  • CreateFBTModule
  • BasicFBTOperationModule
  • ECCModule
  • ExportFBTModule
  • DataTypeEditorModule
  • InteractionTabModule
@ShantKhatri
Copy link
Contributor Author

Hi @bwiesmayr,
Could you kindly add the "gsoc" and "ui-test" labels to all the following issues? Additionally, please assign these issues to me. This will help others to easily identify and track these issues.

@bwiesmayr bwiesmayr added google-summer-of-code Issues specifically targeted at students enrolled in the program Google Summer of Code ui-test labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
google-summer-of-code Issues specifically targeted at students enrolled in the program Google Summer of Code ui-test
Projects
None yet
Development

No branches or pull requests

2 participants