Hi, Plz give best Definition of Software Testing? Why we
need Software Testing? and plz send 2+yrs experience
Interview qutions (Manual,Qtp).

Answer Posted / prachi

What is 'Software Testing'?
Testing involves operation of a system or application under
controlled conditions and evaluating the results (eg, 'if
the user is in interface A of the application while using
hardware B, and does C, then D should happen'). The
controlled conditions should include both normal and
abnormal conditions. Testing should intentionally attempt
to make things go wrong to determine if things happen when
they shouldn't or things don't happen when they should. It
is oriented to 'detection'.
Organizations vary considerably in how they assign
responsibility for QA and testing. Sometimes they're the
combined responsibility of one group or individual. Also
common are project teams that include a mix of testers and
developers who work closely together, with overall QA
processes monitored by project managers. It will depend on
what best fits an organization's size and business
structure.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference in the global and action sheet in qtp?

760


What are benefits of qtp?

773


What are the different ways to invoke an application using QTP?

895


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

874


how to do the batch testing in test director using manual testing procedure?

1995


after initiating one project for testing, when exacltly QTP tester role starts?

1645


What is parameter in qtp?

837


How to find the length of the string in qtp?

758


If object is not recognized by qtp but the object is standard object what is your approach?

785


Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

1716


Explain the types of object repository?

733


How you can write contexts to text file in qtp?

786


What is the qtp testing process?

797


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2614


how can we do the frame work in qtp

1788