Hi, Plz give best Definition of Software Testing? Why we
need Software Testing? and plz send 2+yrs experience
Interview qutions (Manual,Qtp).
Answer / 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 |
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?
How do you test siebel application using qtp?
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
In QTP, Give the difference of Global sheet and Local sheet in datatable?
explain all the check point in QTP?
how will you handle the situation when object is not caputred during record?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
what is exacltly TIERS ?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
what is the abbrivation of .mtr in action reposirtory?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?