Submitted Questions

  • Test Case Review and Rework

    You are preparing your project for integration testing. You have prepared all the test cases, performed a test case review and reworked all problem test cases. Based on the scenario above, which step do you take next to conduct the testing?

    vinod netke (pune)

    • Dec 19th, 2015

    After this next step will be excuting validated test cases on the very first module of the product to make that bug free and side by side filing the requirment tracebally matrix table to keep project track

    Isha

    • Sep 10th, 2015

    To integrate the different modules and start integrated testing

  • Automation Testing

    function NewFunc as integer dim filenum as long dim RecBuff as String Filenum = freefile NewFunc = false OPEN InFile FOR Input As #filenum while EOD(filenum) true line input #filenum , Recbuff if instr(ucase(RecBuff) ,(ucase(FindString)) then NewFunc =true exit while end if wend close #filenum end function What will be the result if you run above sample...

  • Test Plan for Transactional Banking

    Your Team is building Software for Transactional Banking. It is Critical that if an unexpected event occurs, the software does not fail or suffer any loss of data. Based on the scenario above, which type of testing do you include in your test plan to meet these requirements?

  • What kind of Tools can be used for Financial Domain Application ?

    What kind of Tools can be used for Financial Domain Application ? Consider that Application is a WEB BASED 3 TIER ARCHITECTURE.

    ratankumar

    • Jul 22nd, 2015

    Well I dont agree with the answer since as long as the application/product is web based. Manual testing is indeed required for any application since automation is not alone is never sufficient. Im not...

    Pritam Thakur

    • Jul 5th, 2015

    You should use QTP since its very old and improved tool, and it also comes with HPs support, other tools such as Selenium are free tools but provide no support. Also some manual testing is advised, s...