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

Analyze end to end testing tools (cypress+protractor) #634

Open
asmaNode opened this issue Feb 23, 2022 · 0 comments
Open

Analyze end to end testing tools (cypress+protractor) #634

asmaNode opened this issue Feb 23, 2022 · 0 comments

Comments

@asmaNode
Copy link
Contributor

asmaNode commented Feb 23, 2022

Goal :

Find the corresponding tool to openpaas for end to end testing .The idea is to test the application from the end user's experience by simulating the real user scenario and validating the issue by writing the different test cases

Testing openpaas with Protractor:

+Allow async and await to handle asynchronous execution tests
+Use almost of angular selectors
+Allow test with remote adddresses

-Built on the top of WebdriverJS and Selenium server
-Can't input specific character in simple input ( case of email with @ , this error is caused by the last version of chrome driver)
-Need to downgrade the chromer driver
-Angular announced the deprecation of their E2E testing tool protractor.

Testing openpaas with cypress:
+Run on a browser
+More easy to implement test cases
+More faster
+Debug dirrectly from developper tools, see the demo below :
cypressdebugger

-Use only CSS selectors
-Can't open link from different domain (case of links in description ).

Demo testing links note's event:

The senario of test is to be sure of there is a href link in description box of an event .We cant access to the link

cypressdemo.mp4
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

1 participant