Answered Questions

  • Cost of Maintaining Automated Tests

    Automated testing of web sites can be costly to mainten. Changes in layouts, element name changes, content changes, and other aspects can require significant changes to the test script. Though manual testing is labor-intensive, maintenance of test scripts requires more costly labor. How can we minimize the maintenance required as the web site changes?

  • Test Text Field

    How many possibilities are there to test a text field? What are they?

    Kavita

    • Sep 30th, 2022

    Test text Field :
    1. verify the length of the text.
    2. verify the text with different inputs ,
    ex. Hello , admin123, jaya%^&&%^$, Jayesh Gaikwad ,
    3. verify the text field with blank.

    iantulank

    • Aug 29th, 2017

    I think B.V. Kumar has the best and correcct answer.

  • Why do you need to parameterize fields in your virtual user script?

    sindhu_gt

    • Mar 14th, 2014

    Generally in real user beahaviour we have to do Perfromance Testing.Real users enters different input values in the fields of web applications.so in such a situation the Virtual users need to perform ...