TIPS and Useful Urls
Changing Nodes of an xml.
http://www.rgagnon.com/javadetails/java-0625.html
TIP: While using commons email to send Emails, it may throw you authentication error. To solve this, login with the gmail that you are using send email and set on by clicking the below link
https://myaccount.google.com/lesssecureapps?pli=1
Selenium Important Url:
http://www.seleniumwebdriver.in/
http://www.rgagnon.com/javadetails/java-0625.html
TIP: While using commons email to send Emails, it may throw you authentication error. To solve this, login with the gmail that you are using send email and set on by clicking the below link
https://myaccount.google.com/lesssecureapps?pli=1
Selenium Important Url:
http://www.seleniumwebdriver.in/
Rest Assured Urls:
1. https://gorest.co.in/
2. https://reqres.in
3. https://automationreinvented.blogspot.com/2020/06/top-asked-interview-question-with-code.html
4. https://petstore.swagger.io/v2
5. https://bookstore.demoqa.com
6. https://www.baeldung.com/guide-to-jayway-jsonpath (Jaway json library usage traversing json)
TEST NG
https://www.swtestacademy.com/retry-failed-tests-testng-iretryanalyzer/
Karate Frame work Adding Maven Archetype while creating Maven project
- Open Window > Preferences
- Open Maven > Archetypes
- Click 'Add Remote Catalog' and add the following:
- Catalog File: https://repo1.maven.org/maven2/archetype-catalog.xml
- Description: maven catalog
Pause the debugger
Type the following in console of chrome. debugger freezes after 5 seconds
setTimeout(funtion(){ debugger },5000)
Comments