what is defination of system testing?
Answer Posted / saurabh rai
The process of performing a variety of tests on a system to
explore functionality or to identify problems. System
testing is usually required before and after a system is put
in place. A series of systematic procedures are referred to
while testing is being performed. These procedures tell the
tester how the system should perform and where common
mistakes may be found. Testers usually try to "break the
system" by entering data that may cause the system to
malfunction or return incorrect information. For example, a
tester may put in a city in a search engine designed to only
accept states, to see how the system will respond to the
incorrect input.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hoe can we do retesting using functions please give the code for it using login page
What does mean by Scope of Automation?n How we defined it?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Explain the concept of object repository and how qtp recognises objects?
What is system testing and what are the different types of tests you perform in system testing?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
How many tabs are available to view your test in a test pane and what are they?
What is action? How many types of actions are there in qtp?
When to use descriptive programming?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is the difference between the design-time and run-time data tables?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.