<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anshita Bhasin</title>
    <description>The latest articles on DEV Community by Anshita Bhasin (@anshitabhasin).</description>
    <link>https://dev.to/anshitabhasin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1131655%2F791494f7-2d1f-4a0f-a6e1-b537448617e0.jpeg</url>
      <title>DEV Community: Anshita Bhasin</title>
      <link>https://dev.to/anshitabhasin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anshitabhasin"/>
    <language>en</language>
    <item>
      <title>Mastering Cypress: A Comprehensive Collection of Blogs and Cheat Sheets</title>
      <dc:creator>Anshita Bhasin</dc:creator>
      <pubDate>Mon, 28 Aug 2023 04:13:47 +0000</pubDate>
      <link>https://dev.to/anshitabhasin/mastering-cypress-a-comprehensive-collection-of-blogs-and-cheat-sheets-44a8</link>
      <guid>https://dev.to/anshitabhasin/mastering-cypress-a-comprehensive-collection-of-blogs-and-cheat-sheets-44a8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EmouH_3Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q98kwk8sdrawgxolbi7z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EmouH_3Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q98kwk8sdrawgxolbi7z.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explore a wealth of knowledge in the world of Cypress testing!
&lt;/h2&gt;

&lt;p&gt;In this blog post, I have shared a comprehensive collection of articles and cheat sheets that cover everything you need to know about Cypress. Whether you’re a seasoned pro or just starting your journey with Cypress, these resources will prove invaluable.&lt;/p&gt;

&lt;p&gt;Here’s what you’ll find in this Cypress knowledge repository:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Cypress Cheat Sheet (Commonly Used Commands): (&lt;a href="https://medium.com/@anshita.bhasin/commonly-used-cypress-commands-5ba0f7b55cfc"&gt;https://medium.com/@anshita.bhasin/commonly-used-cypress-commands-5ba0f7b55cfc&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Assertions Cheat Sheet: (&lt;a href="https://medium.com/@anshita.bhasin/most-commonly-used-assertions-in-cypress-8e5b28f1b45a"&gt;https://medium.com/@anshita.bhasin/most-commonly-used-assertions-in-cypress-8e5b28f1b45a&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Cheat Sheet (Traversing DOM Elements): (&lt;a href="https://medium.com/@anshita.bhasin/cypress-cheat-sheet-traversing-dom-elements-e009cf593279"&gt;https://medium.com/@anshita.bhasin/cypress-cheat-sheet-traversing-dom-elements-e009cf593279&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to Retrieve Data from GitHub in Cypress:(&lt;a href="https://medium.com/@anshita.bhasin/how-to-retrieve-data-from-private-github-repositories-in-cypress-d1849ada01fa"&gt;https://medium.com/@anshita.bhasin/how-to-retrieve-data-from-private-github-repositories-in-cypress-d1849ada01fa&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Locator Strategy in Cypress: CSS Cheat Sheet:(&lt;a href="https://medium.com/@anshita.bhasin/locator-strategy-in-cypress-css-cheat-sheet-6a4403305375"&gt;https://medium.com/@anshita.bhasin/locator-strategy-in-cypress-css-cheat-sheet-6a4403305375&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Running Tests in Cypress With GitHub Actions (Complete Guide):(&lt;a href="https://www.lambdatest.com/blog/cypress-with-github-actions/"&gt;https://www.lambdatest.com/blog/cypress-with-github-actions/&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress .should() Command: A Detailed Guide (&lt;a href="https://www.lambdatest.com/blog/cypress-should-command/"&gt;https://www.lambdatest.com/blog/cypress-should-command/&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Exception Handling In Cypress: A Comprehensive Guide (&lt;a href="https://www.lambdatest.com/learning-hub/exception-handling-in-cypress"&gt;https://www.lambdatest.com/learning-hub/exception-handling-in-cypress&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Read CSV Data In Cypress: (&lt;a href="https://medium.com/@anshita.bhasin/read-csv-data-in-cypress-57b1792c6945"&gt;https://medium.com/@anshita.bhasin/read-csv-data-in-cypress-57b1792c6945&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Docker Tutorial: A Step-by-Step Guide With Examples (&lt;a href="https://www.lambdatest.com/learning-hub/cypress-docker"&gt;https://www.lambdatest.com/learning-hub/cypress-docker&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Tips And Tricks: A Comprehensive Guide With Examples And Best Practices(&lt;a href="https://www.lambdatest.com/learning-hub/cypress-tips-and-tricks"&gt;https://www.lambdatest.com/learning-hub/cypress-tips-and-tricks&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to Handle Opening a New Tab in Cypress:(&lt;a href="https://medium.com/@anshita.bhasin/how-to-handle-opening-of-a-new-tab-in-cypress-f995d7152b80"&gt;https://medium.com/@anshita.bhasin/how-to-handle-opening-of-a-new-tab-in-cypress-f995d7152b80&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress and Its Features:(&lt;a href="https://medium.com/@anshita.bhasin/cypress-and-its-features-90f1eabbdf7e"&gt;https://medium.com/@anshita.bhasin/cypress-and-its-features-90f1eabbdf7e&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Viewports: Automating Mobile Web Views in Cypress(&lt;a href="https://medium.com/@anshita.bhasin/how-to-automate-the-mobile-web-view-of-an-application-in-cypress-92d3f3e8eccd"&gt;https://medium.com/@anshita.bhasin/how-to-automate-the-mobile-web-view-of-an-application-in-cypress-92d3f3e8eccd&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to Get Element Text in Cypress:(&lt;a href="https://medium.com/@anshita.bhasin/how-to-get-element-text-in-cypress-71c68814d20"&gt;https://medium.com/@anshita.bhasin/how-to-get-element-text-in-cypress-71c68814d20&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress: Count the Total Number of Elements on a Page Link (&lt;a href="https://medium.com/@anshita.bhasin/cypress-count-the-total-number-of-elements-on-a-page-66e37ffaf08"&gt;https://medium.com/@anshita.bhasin/cypress-count-the-total-number-of-elements-on-a-page-66e37ffaf08&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cypress Test Runner: Tutorial Link (&lt;a href="https://www.browserstack.com/guide/cypress-test-runner"&gt;https://www.browserstack.com/guide/cypress-test-runner&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Connect&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Prefer video tutorials? Check out my YouTube channel (AB Automation Hub), where I’ve created an extensive Cypress E2E Web Automation series and a dedicated playlist for API testing tutorials. Don’t miss out on this valuable content! YouTube &lt;a href="https://www.youtube.com/@ABAutomationHub"&gt;Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/mzXmxzwsoD0?feature=shared"&gt;https://youtu.be/mzXmxzwsoD0?feature=shared&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading. Happy Learning! — AB&lt;/p&gt;

&lt;p&gt;Thanks, Naveen AutomationLabs for the guidance and support.&lt;/p&gt;

&lt;p&gt;Anshita Bhasin&lt;br&gt;
QA Chapter lead&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Anshita-Bhasin"&gt;GitHub&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/anshita-bhasin/"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://twitter.com/anshita__bhasin"&gt;Twitter&lt;/a&gt; | &lt;a href="https://www.youtube.com/channel/UCtNHEcO_c9qpaUqIYSb98Rg"&gt;Youtube&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cypressio</category>
      <category>testing</category>
      <category>automation</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Software Testing Ecosystem</title>
      <dc:creator>Anshita Bhasin</dc:creator>
      <pubDate>Wed, 02 Aug 2023 14:21:50 +0000</pubDate>
      <link>https://dev.to/anshitabhasin/software-testing-ecosystem-1i1a</link>
      <guid>https://dev.to/anshitabhasin/software-testing-ecosystem-1i1a</guid>
      <description>&lt;p&gt;Sharing the Mind Map on the Software Testing Ecosystem, a one-stop platform to explore various tools! 🌐&lt;/p&gt;

&lt;p&gt;Based on my industry knowledge and experience, this mind map covers a wide range of essential testing tools and platforms. It includes IDEs, Performance &amp;amp; Functional Testing Tools, Reporting Solutions, Container Platforms, Database Testing Tools, and more.&lt;/p&gt;

&lt;p&gt;👉 No more hassle searching for testing tools! Each component comes with a clickable link, making navigation a breeze. Share this testing mindmap with your fellow testers 🤝&lt;/p&gt;

&lt;p&gt;If you want to navigate to that tool page, just click on the click from that box as shown below&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yvf-pELf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fikjmaynv3rzxydprgyf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yvf-pELf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fikjmaynv3rzxydprgyf.png" alt="Image description" width="800" height="645"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Mindmap Link *&lt;/em&gt;- Link — &lt;a href="https://xmind.app/m/GiTPfV"&gt;https://xmind.app/m/GiTPfV&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8pKvHbgi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w3xi3dyw6cm3503zhzxr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8pKvHbgi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w3xi3dyw6cm3503zhzxr.png" alt="Image description" width="800" height="1354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading. Happy learning — AB!&lt;/p&gt;

</description>
      <category>testing</category>
      <category>automationtesting</category>
      <category>softwareengineering</category>
      <category>qa</category>
    </item>
  </channel>
</rss>
