Submitted Questions

  • Differences between a windows application and a web based application?

    I was asked in an interview a simple question which I actually failed to answer. The question is "What are 5 differences between web based application and a windows based application?"

    Bukenya John

    • Jan 18th, 2016

    Window based applications are accesses locally by single user and do not support multi threading while web based application use the web platform for multi users to access the same application simultaneously across different geographical locations.

    Satyajit Deka

    • Jul 14th, 2015

    Windows:
    5) Less expensive

    Web:
    5) High expensive

  • Ensuring quality of a product

    I have recently been to an interview where the interviewer asked me this As a test lead, how will you ensure that your team has tested whole application correctly after you have divided modules among your team members, before delivering the product to client?

    Aswani

    • Jun 9th, 2014

    Track the number Test cases in each application on daily basis and validate some test cases randomly , once after the testing is complete , do some Adhoc testing of the core functional test cases to make sure everything works fine from you end before delivering to the client.