<?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: work-dharmendra</title>
    <description>The latest articles on DEV Community by work-dharmendra (@workdharmendra).</description>
    <link>https://dev.to/workdharmendra</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%2F111674%2Fb48fc766-6d66-4650-84fe-812f7b87718b.png</url>
      <title>DEV Community: work-dharmendra</title>
      <link>https://dev.to/workdharmendra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/workdharmendra"/>
    <language>en</language>
    <item>
      <title>Almond Automation | Codeless Web Automation Tool</title>
      <dc:creator>work-dharmendra</dc:creator>
      <pubDate>Mon, 12 Nov 2018 17:35:40 +0000</pubDate>
      <link>https://dev.to/workdharmendra/almond-automation--codeless-web-automation-tool-4llj</link>
      <guid>https://dev.to/workdharmendra/almond-automation--codeless-web-automation-tool-4llj</guid>
      <description>&lt;p&gt;Almond Automation is codeless web functional testing tool based on selenium grid.&lt;/p&gt;

&lt;p&gt;It is free and open source. It provides UI to create testcase and run those testcases on selenium grid.&lt;/p&gt;

&lt;p&gt;You can then view status and screenshot of each step of testcase.&lt;/p&gt;

&lt;p&gt;Almond Automation provides following feature&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;UI to create and run testcase.&lt;/li&gt;
&lt;li&gt;You can manage multiple projects from single UI.&lt;/li&gt;
&lt;li&gt;You can run testcase on any environment.&lt;/li&gt;
&lt;li&gt;Create TestSuite.&lt;/li&gt;
&lt;li&gt;Support for modular testcase. No need to change many testcases because of change in one field etc.&lt;/li&gt;
&lt;li&gt;Verify execution of testcase easily in UI. View screenshot of each step of testcase.&lt;/li&gt;
&lt;li&gt;It is created keeping maintenance of testcase at most priority.&lt;/li&gt;
&lt;li&gt;QA and Dev both can create testcase easily. Dev can run complete testsuite on his/her machine before pushing build to QA environment.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Support for macros to run same testcase with different values.&lt;br&gt;
Please visit &lt;a href="http://almond-automation.blogspot.com/p/home.html"&gt;Almond Automation&lt;/a&gt; for complete documentation.&lt;/p&gt;

</description>
      <category>selenium</category>
      <category>automation</category>
      <category>codeless</category>
      <category>scriptless</category>
    </item>
    <item>
      <title>Amazon Kinesis Auto Scaling</title>
      <dc:creator>work-dharmendra</dc:creator>
      <pubDate>Thu, 01 Nov 2018 16:30:19 +0000</pubDate>
      <link>https://dev.to/workdharmendra/amazon-kinesis-auto-scaling-123</link>
      <guid>https://dev.to/workdharmendra/amazon-kinesis-auto-scaling-123</guid>
      <description>&lt;p&gt;This is npm module which scale amazon kinesis as per current traffic needs. This module continuously monitor traffic in kinesis stream and split and merge shards as needed. Amazon provides Kinesis to process streaming data. Each kinesis stream can have multiple shards and each shard can have traffic upto 1000 records per sec. E.g. if your application needs to handle 5000 req/sec then you need to have 5 shards. Since traffic on your application can varies a lot so does number of shards. If your application needs to handle 20000 req/sec at peak time then you need to have 20 shards but when at other time you may required only 5 shards. Each shard cost money. It is important to have enough shards to serve current traffic but we should close additional shards if there is no need to save money. Currently amazon doesn't provide any auto scaling of kinesis stream. This npm module fill that missing link so that your application always have enough shard to process.&lt;/p&gt;

&lt;h2&gt;
  
  
  You can find this npm module at [&lt;a href="https://www.npmjs.com/package/@xaxis-open-source/amazon-kinesis-scaling" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@xaxis-open-source/amazon-kinesis-scaling&lt;/a&gt;].
&lt;/h2&gt;

</description>
      <category>aws</category>
      <category>kinesis</category>
      <category>npm</category>
      <category>node</category>
    </item>
  </channel>
</rss>
