<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Assignment 1 Task 2 by </title>
      <link>https://padlet.com/30004763/uglumab7v8sns5pj</link>
      <description>Group work Task by Adam McCann, Martin Rooney and Mark Johnson</description>
      <language>en-us</language>
      <pubDate>2021-09-27 11:49:17 UTC</pubDate>
      <lastBuildDate>2021-11-05 17:26:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Load Testing (Mark)</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1770825038</link>
         <description><![CDATA[<div>Three load testing tools:<br><br>WebLOAD<br>Apache JMeter<br>LoadNinja</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-27 11:53:46 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1770825038</guid>
      </item>
      <item>
         <title>Apache JMeter</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1778473688</link>
         <description><![CDATA[<div>https://jmeter.apache.org/<br><br>Apache JMeter is an open source, java based application designed to load test and measure performance, mainly for web based applications.<br><br>I think this is the best choice for the space booking application as it is free software. This means that Blue-sun will not have to fork out any money in order to load test the space booking app.</div>]]></description>
         <enclosure url="https://jmeter.apache.org/" />
         <pubDate>2021-09-29 15:24:29 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1778473688</guid>
      </item>
      <item>
         <title>Security Testing - Adam</title>
         <author>30003697</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1778586156</link>
         <description><![CDATA[<div>security testing is a process to reveal flaws in security mechanisms of an information system that protect data and keep up the functionality.<br><br>Types of Security Testing-<br>Vulnerability scanning, security scanning, penetration testing, risk assessment, security auditing, posture assessment and ethical hacking.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-29 15:56:12 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1778586156</guid>
      </item>
      <item>
         <title>Usability Testing - Adam</title>
         <author>30004763</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869661036</link>
         <description><![CDATA[<div>Moderated Usability Testing<br><br></div><div>A moderated testing session is administered in person or remotely by a trained researcher who introduces the test to participants, answers their queries, and asks follow-up questions. Conversely, an unmoderated test is done without direct supervision; participants might be in a lab, but it's more likely they are in their own homes and/or using their own devices to browse the website that is being tested.<br><br></div><div><a href="https://www.hotjar.com/usability-testing/methods/">https://www.hotjar.com/usability-testing/methods/<br></a><br></div><div>Unmoderated remote usability testing<br><br></div><div>Unmoderated remote usability testing occurs remotely without a moderator. It offers quick, robust, and inexpensive user testing results to be used for further analysis. Test participants are asked to complete tasks in their own environment using their own devices and without a moderator present, which leads to the product being used naturally. The cost of unmoderated testing is lower; however, this type of testing offers less detailed testing results.<br><br></div><div><a href="https://xd.adobe.com/ideas/process/user-testing/top-7-usability-testing-methods/">https://xd.adobe.com/ideas/process/user-testing/top-7-usability-testing-methods/<br></a><br></div><div>In my opinion I believe that Moderated Testing is the best choice for the Space Booking application. This is because there is testing sessions and it will ask Space Booking users to answer their questions in terms of bugs within the application.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 10:48:32 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869661036</guid>
      </item>
      <item>
         <title>Unit Testing - Adam</title>
         <author>30004763</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869682088</link>
         <description><![CDATA[<div>Unit Testing is a type of software testing where individual units or components of a software are tested. The purpose is to validate that each unit of the software code performs as expected. Unit Testing is done during the development (coding phase) of an application by the developers. Unit Tests isolate a section of code and verify its correctness. A unit may be an individual function, method, procedure, module, or object.</div><div>&nbsp;</div><div><strong>Types</strong></div><div><strong>White-Box testing</strong></div><div>It's referred to as a glass box testing/transparent testing. In this type of testing, the tester is aware of internal functionality. The internal structure of an item or function to be tested is unknown.</div><div><strong>&nbsp;</strong></div><div><strong>Black-Box testing</strong></div><div>It is a type of testing, tester not aware of the internal functionality of a system. The internal structure of the function to be tested is unknown.<br>In my opinion, I believe White Box Testing is the best type of testing for the Space Booking Application. This is because, the tester is aware with the internal functions within the system. This is something that you may not get with other types of Unit Testing.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 11:04:58 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869682088</guid>
      </item>
      <item>
         <title>Integration Testing - Adam</title>
         <author>30004763</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869708166</link>
         <description><![CDATA[<div>Integration testing is the phase of software testing when separate modules are combined and tested together, in interaction. It takes place after unit testing and before the verification and validation.&nbsp;<br><br></div><div>Selenium<br><br></div><ul><li>Selenium is a large-scale open-source project that offers several solutions for test automation. It is used mostly for web applications, and you can run integration testing using Selenium. Support of multiple languages – C#, Java, JavaScript, PHP, Python, Ruby, Perl.&nbsp;</li><li>Running in different system environments – Windows, Mac, Linux.</li><li>Works with all popular browsers, including Chrome, Firefox, Safari, and Headless browsers.&nbsp;</li></ul><div>Pytest<br><br></div><div>Pytest is the main testing environment for Python, which is widely used for writing and running test code. It is easy to write small tests using Pytest, while it can also scale up and works perfectly for testing complex applications and libraries.&nbsp;<br><br></div><ul><li>Pytest can run tests in parallel, significantly reducing the overall testing time.&nbsp;</li><li>It automatically defines a test file and test features if they aren’t indicated directly.&nbsp;</li><li>The tool has built-in support for test discovery and command-line support.</li></ul><div>I believe that the best Integration Testing Tool for the Space Booking Application to have is Selenium. My reasoning for this is that it is so easily used as well as being accessible in any browser. Selenium works with Chrome, Firefox and Safari as well as headless browsers. In addition to this it can run on different systems such as Microsoft Windows, Mac and Linux.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 11:24:31 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869708166</guid>
      </item>
      <item>
         <title>Accessibility Testing - Adam</title>
         <author>30004763</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869724993</link>
         <description><![CDATA[<div>Wave<br><br></div><div>WAVE is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities. WAVE can identify many accessibility and Web Content Accessibility Guideline (WCAG) errors, but also facilitates human evaluation of web content. Our philosophy is to focus on issues that we know impact end users, facilitate human evaluation, and to educate about web accessibility.<br><br></div><div>https://wave.webaim.org/<br><br></div><div>Google Lighthouse<br><br></div><div>Lighthouse is an <a href="https://github.com/GoogleChrome/lighthouse">open-source</a>, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.<br><br></div><div>https://developers.google.com/web/tools/lighthouse/<br><br></div><div>In my opinion, I believe that Google Lightout would be the ideal accessibility testing tool for the Space Booking application to use. I believe this because, it allows the quality of the web pages to be improved which is a huge benefit. As well as this it has audits for performance, which is crucial so the developers of the Space Booking application can see how the app is performing.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 11:36:22 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869724993</guid>
      </item>
      <item>
         <title>Acceptance Testing - Adam</title>
         <author>30004763</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869746937</link>
         <description><![CDATA[<div>Acceptance Testing is the final type of testing done prior to roll out of the system. Unlike functional testing done by developers, UAT is done by business users who are familiar with both user and business requirements.<br><br></div><div>Atlassian Software<br><br></div><div>Atlassian’s Software is a popular Agile project management and issue tracking tool that is used for software development. Jira is a platform independent tool that is compatible with many different operating systems and browsers and also has the flexibility to be licensed for running on-premise or as a hosted application. Featuring configurable Scrum and Kanban boards, Jira Software can capture requirements, create user stories, facilitate communication, track issues, create custom workflows, plan sprints, distribute tasks across the software team, create reports, and much more.<br><br></div><div><strong>Rally Software</strong></div><div>Rally Software is an enterprise class Application Lifecycle Management Software-as-a-Service platform that serves as a project management and collaboration tool for Agile software development teams.&nbsp;</div><div><a href="https://kalleid.com/user-acceptance-testing-tools-of-the-trade/">https://kalleid.com/user-acceptance-testing-tools-of-the-trade/</a></div><div>&nbsp;</div><div>In my opinion, Atlassian Software Tool would be the best acceptance testing tool for Space Booking to have. This is because, it is a flexible tool as it can run on many different systems and browsers and it can be ran on-premise as well.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 11:51:27 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1869746937</guid>
      </item>
      <item>
         <title>Organisation Tools - Mark</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870473645</link>
         <description><![CDATA[<div>nTask<br><br></div><div>Ntask is Project management software that enables teams to collaborate, plan, analyze and manage everyday tasks with ease.You can run any process or project to manage your work on Kanban Boards for continuous delivery, more flexibility and increased efficiency to help your team maintain focus. You can also create user-friendly and visually precise Gantt Charts by adding your tasks, and schedule a due date, and you can set task dependencies with drag and drop feature.<br><br></div><div>&nbsp;<br><br></div><div>Trello<br><br></div><div>Trello is a collaboration tool that organizes projects into boards. In one glance, Trello tells you what's being worked on, who's working on what, and where something is in a process. It is basically a white board, filled with lists of sticky notes, with each note as a task for you and your team. Trello is web based meaning that you can access a Trello board from any device that has an internet connection.<br><br></div><div>&nbsp;<br><br></div><div>Clickup<br><br></div><div>ClickUp is a cloud-based collaboration and project management tool suitable for businesses of all sizes and industries. Features include communication and collaboration tools, task assignments and statuses, alerts, and a task toolbar.&nbsp;<br><br></div><div>&nbsp;<br><br></div><div>In my opinion I think that Trello would be the ideal organisation tool for use with the Space Booking app. This is because it is free which means that the money saved could be put elsewhere, and also is of a good quality for being a free service.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 17:09:55 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870473645</guid>
      </item>
      <item>
         <title>Bug Tracking - Mark</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870484608</link>
         <description><![CDATA[<div>JIRA<br><br></div><div>Jira is a software application used for issue tracking and project management. The tool, developed by the Australian software company Atlassian, has become widely used by agile development teams to track bugs, stories, epics, and other tasks. With the right product roadmap software, your product team can automatically sync updates of tasks in Jira with its roadmap. This will allow you to display an up-to-date picture of your development progress, and it will help make your team’s roadmap a single source of truth.<br><br></div><div>&nbsp;<br><br></div><div>BugZilla<br><br></div><div>Bugzilla is a robust, featureful and mature defect-tracking system, or bug-tracking system. Defect-tracking systems allow teams of developers to keep track of outstanding bugs, problems, issues, enhancement and other change requests in their products effectively. Bugzilla is currently in active development and is supported by a dedicated team working on it.<br><br></div><div>&nbsp;<br><br></div><div>I personally recommend that Blu-sun use JIRA for bug tracking, as it is highly rated and supported, and is entirely free for 10 users or under.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 17:15:13 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870484608</guid>
      </item>
      <item>
         <title>Communication Tools - Mark</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870497872</link>
         <description><![CDATA[<div>Microsoft Teams<br><br></div><div>Microsoft Teams is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. It has many features such as:<br><br></div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Chatting</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Voice meetings</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Video meetings</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Channel Topics</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Direct Messaging</div><div>·&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calender Setup<br><br></div><div>Throughout the COVID-19 pandemic, Teams, and other software such as Zoom and Google Meet, gained much interest as many meetings have moved to a virtual environment. As of 2021, it has about 250 million users.<br><br></div><div>&nbsp;<br><br></div><div>Slack<br><br></div><div>Slack is a proprietary business communication platform developed by American software company Slack Technologies and owned by Salesforce from 2021. Slack offers many IRC-style features, including persistent chat rooms organized by topic, private groups, and direct messaging. Slack is very cheap to get into, with a basic free plan that offers most of the important features, and a reasonably cheap paid option for businesses.<br><br></div><div>&nbsp;<br><br></div><div>Chanty<br><br></div><div>Chanty is an instant messaging tool that helps increase equipment productivity through its excellent interface. It allows you to have an unlimited message history, task management, file sharing and powerful notifications organize. You can do many things as a team with Chanty.<br><br></div><div>&nbsp;<br><br></div><div>In the end, I would personally recommend that blue sun use Microsoft teams for their communication, as it is a well known platform with a very big developer behind it, meaning if they have any issues teams has a dedicated support team available. Teams also has an extremely cheap business option available should blue sun decide to upgrade in the future.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 17:21:39 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870497872</guid>
      </item>
      <item>
         <title>Collaboration Tools - Mark</title>
         <author>mjohnston7676</author>
         <link>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870507813</link>
         <description><![CDATA[<div>Discord<br><br></div><div>Discord is a very popular tool that people use to collaborate with eachother. With discord, you can have servers that include separate text channels and categories to spread workloads out, voice channels that can also be used to share videos or a screen, and a robust file sharing feature.<br><br></div><div>&nbsp;<br><br></div><div>Basecamp<br><br></div><div>Basecamp is an online collaboration app that lets people manage their work together and communicate with one another. You use it to keep track of all the tasks, deadlines, files, discussions, and announcements that happen around work.<br><br></div><div>&nbsp;<br><br></div><div>Airtable<br><br></div><div>Airtable is a relational database tool that's also an online collaboration tool. Before you brush it off as boring because of the word database, know that Airtable is easy to use and extremely versatile. You can use it to manage work, track and organize inventories, plan an event, and much more.<br><br>Overall i would recommend that blue-sun use discord for their collaboration tool as the base program is free which would cover most of their needs, however it has a very affordable premium package should they want to upgrade in the future.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 17:26:49 UTC</pubDate>
         <guid>https://padlet.com/30004763/uglumab7v8sns5pj/wish/1870507813</guid>
      </item>
   </channel>
</rss>
