Functional Testing : Startup, Tools And Tips

*pushkar*

*pushkar*

@pushkar-2u9XqH Mar 18, 2025
Let's Discuss Functional testing here.

Functional testing is all about functionality of the software. Like in login page, user name text box is accepting correct text, accepting text of the range which was given by the developers, giving appropriate error if user name is incorrect. etc etc.

In practical, it's easy but you need to thing beyond your limits to find bugs. Also, if the page contains large no. of text boxes like registration page then in manual testing, you need to check the page by no. of times.

What do you wanna say about this? Please share about tools. Being a newbie in testing, i am not aware of tools 😀

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Aug 11, 2012

    I wonder there are any 'tools' for Functional testing done 'manually'. Of course there are automation tools, but would that still be a part of this discussion?

    Functional testing, as far as I know, is about making sure that the system functions as described in the specifications. That would apply to all the parts of the system being tested.
  • monujatt

    monujatt

    @monujatt-1M9EHi Aug 13, 2012

    Functional testing we can say is end to end testing of the application and there are many tools available in market for automation perspective(like selenium...)
  • Saandeep Sreerambatla

    Saandeep Sreerambatla

    @saandeep-sreerambatla-hWHU1M Aug 13, 2012

    For the question Pushkar asked, here is what I can tell you.

    You dont need any tools for functional manual testing , but if you have many text boxes to be filled and tested with random data then a small code in vbscript will help.

    For example if you have a date field which has to accept date in many formats you dont have to manually type but write a program in vbscript so that it generates you all the input data required.
  • *pushkar*

    *pushkar*

    @pushkar-2u9XqH Aug 13, 2012

    English-Scared
    For the question Pushkar asked, here is what I can tell you.

    You dont need any tools for functional manual testing , but if you have many text boxes to be filled and tested with random data then a small code in vbscript will help.

    For example if you have a date field which has to accept date in many formats you dont have to manually type but write a program in vbscript so that it generates you all the input data required.
    Nice. Yeah, i also would like to learn these vbscipts to make my work easier. Please share more about this 😀
  • Kathleen Campbell

    Kathleen Campbell

    @S8luqzk Mar 18, 2025

    Functional testing checks if the software works as expected, but finding bugs requires thinking beyond basic scenarios. Tools like Selenium, TestComplete, and Postman help automate and simplify testing, especially for large forms.