Our insightful blogs

  • Published On: 24 February 2021By

    Dealing with timezones using moment.js This document covers common use cases one may have to deal with while handling timezones in applications. The local time within a time zone is

    • General
  • Published On: 11 February 2021By

    Appium:-  Appium is an open source, cross-platform mobile application testing tool. Support Json Support automation test on physical device as well as Similar or emulator both. It no dependency on

    • Quality Engineering
  • Published On: 11 February 2021By

    Load Testing:- Load Testing is a non-functional testing process in which performance of software is tested under a specific load. It determines how the software application behaves being accessed by multiple

    • Quality Engineering
  • Published On: 22 January 2021By

    Description- Learn to push and pull code on bitbucket Definition of Bitbucket- Bitbucket Cloud is a Git based code hosting and collaboration tool, built for teams. It provide one place

    • Quality Engineering
  • Published On: 22 January 2021By

    What is Penetration Testing ? Penetration testing, also called pen testing , is the practice of testing a computer system, network or web application to find security vulnerabilities that an attacker could exploit.

    • Quality Engineering
  • Published On: 21 January 2021By

    What is Testproject? TestProject is an automation tool that automates Web and Mobile applications. It is an open-source friendly, community-powered automation tool. It makes it easier for testers and developers

    • Quality Engineering
  • Published On: 21 January 2021By

    VOOKI - REST API Vulnerability Scanner What is VOOKI Vooki REST application scanner is an automated tool to scan and detect vulnerabilities in REST API.It is a free web application

    • Quality Engineering
  • Published On: 29 December 2020By

    For sending email notification in django we use django's send_mail function, with using some smtp sever. we can get smtp server from free smtp service providers like SendGrid. In our

    • General