Frame work means the activities whatever we are doing before going for scripting of automation. Generally in the framework concentrates on what are setting we have to do for automation tool, What are ...
ajay
Mar 3rd, 2006
Framework means sumthnk tht can be reuse across many requirements.. nd if frame work deals wth automation tool thn its as automation frame work.
Test case model in excel sheet could be written Test case id, Test case description, Expected Result, Actual Result and Remarks
NPI
Mar 7th, 2006
There is a standard for Test Case Suit which should be ideally followed and the format is described below:- Test Case ID, TestCase Description, Steps Followed, Expected Result, Actual result, Pass/ Fail, Bug ID.
In web application we concentrate more on security testing. First we check the UI then functionality of each and every field as per customer requirements, checking for broken links and also navigation...
Allam,Its quite simialar as u did for Clients server application.In web based applacation, we first test the applcation interface whether its user friendly or not. and look for the images on a i...
environmental variable are the variables that are associated with the application.In winrunner and QTP we have two types of environmental variables. that are user defined variables and System defined ...
SCORM stands for Sharable Content Object Reference Model.You can find more details @http://www.adlnet.gov/scorm/history/2004/index.cfm
shrihari
Mar 3rd, 2006
SCORM:SCORM is a set of technical standards that enable web-based learning systems to find, import, share, reuse, and export learning content in a standardized way. The Department of Defense (DoD...
Scalability testing:It is done to determine whether ur application scales for work load growth.Suppose if ur company expects some load increase in next few months then u need to increase ur server per...
Ramkumar
Mar 2nd, 2006
Hi,A test case design document is in which we will write test cases for each and every unit to check the functionality of every req.Generally it will have TCNo,Module No,Ref No,Test Input,Test Data,Te...
When ever u r testing the web application u have to test the following things.1) Text present in the web page2) Links & Navigations3) Security4) functionalitybyeramakrishna
I think you are asking about priority which we are concentrated more or allotted in industry. If it is true go through1 Initially / starting we will write the test cases for all functionality and use ...
srinivas
Mar 31st, 2006
Scope is nothing but what is to be tested and how to be tested.Execution is Executing the application with using Tools.
Volume test is order to find the tress point of the application. Where the application failed to respond properly .
Interface testing is GUI testing .
Prashant M
Apr 6th, 2006
Volume testing is conducted once load point known to us that is till that point Responce time is stable,in case client requires irrespective of responce time he or she wants deadline of the project th...
In winrunner the function generator is repository of different types functions like analog functions, context sensitive functions, standard functions, Customization functions which will be useful...
When automation is finalized then initially we focus on test cases written by mannual testing team. We open test cases and filter those test cases which can be automated through the automation t...
Rashmi U S
May 3rd, 2006
Most of the time it Depends on the project and also on repeated testcases In which you want to see the behavior of the software.It is not necessary to automate the whole project , the part the pr...
After completion of all possible usability & functional tetsing,the testing team concentrates on other quality factors to validate in that particular build/application.Compatablity testing(Poratbi...
anitha
Apr 19th, 2006
hi buddy., here is the answer for silent mode.... You cannot use this function in a test you run in batch mode or in silent mode, because no one is monitoring the computer where the test ...
With the help of business analyst (or similar kind of role, some projects will have Single Point Of Contact with the customer for requirements gathering ,updations) testing team will decide the impact and probability. Business analyst's inputs are important in the activit;y
kawal
Apr 21st, 2006
Hi,But my question is here that who will decide probability and imapct??Regardskawal
.In Waterfall Model the tester role will take place only in the test phase but in V-Model role will take place in the requirement phase itself2.Waterfall Madel is a fixed process u can't make any chan...
Rekha
Apr 12th, 2006
1.In Waterfall Model the tester role will take place only in the test phase but in V-Model role will take place in the requirement phase itself2.Waterfall madel is a fixed process u can't make any cha...
Path Testing:- Attempting to cover all the paths in the s/w is called path testing.Branch Coverage Testing:- The simplest form of path testing is called branch coverage testing.Ajeet
A penetration test is a method of evaluating the security of a computer system or network by simulating an attack by a cracker. The process involves an active analysis of the system for any weaknesses...
masthanamma
May 22nd, 2006
penetration testing is also known as security testing. This testing is used to check whether our application is secured from unauthorized people or not.In this testing,we consider the following.1. Aut...
Both equivalence class partitioning and boundary value analysis are used to help minimize the number of test cases that are necessary to test. Equivalence class partitioning is a process that ev...
Equivalence Partition:- Suppose there are 5000 students data and tester has to check the data for each student ,it is time consuming process for checking the individual's record. For this instance Tes...
Ans