HI,whether u r doing testing for web or for any application, the main thing is to test is functionality.So, focus on functionality first.OK, then compatibilty, for web it is with different browsers.th...
raju
Nov 13th, 2006
?Browser Capability ?Links ?Cookies ?Databases Content CheckingGeneral Appearancethese are the factors we have to consider while testing website .if any doubts dont hesitate to ask me.
IEEE 829 also known as the 829 Standard for Software Test Documentation Specification.Capability Maturity Model (CMM) broadly refers to a process improvement approach that is based on a process m...
hi :one of the major disadvantage is that as testing occurs only at the end..so if any problem if occurs later then it would not be so easy to fix that as the product is almost ready for release.
Integration Testing : It involves both software integration and system integration.In V-model - After Unit testing, s/w integration testing comes in which Units are integrated into modules and testing...
SQA = Software Quality Analysis - This is done to check wether the s/w development and testing bothe are going as per the SRS.This is Important criteria to save the time, maintain the effeciency and t...
SQA: CONSISTS OF PLANIND,COORDINATING AND THE STRGISTICS THAT ARE ASSOCIATED TO THE MEASURING THE QUALITY AGAINST THE REQUIRMENTS AND AND SPECIFICATIONS.
YES , The cyclomatic complexity of a software module is calculated from a connected graph of the module (that shows the topology of control flow within the program):Cyclomatic complexity (CC) = E - N ...
If occuered any shopstopper bugs in our application, those bug's have High severity and High prority.....Means if tester not able to tests further functionalities due to this bug, that is stopshppper ...
Prasad
Nov 8th, 2006
High Severity & High PriorityEx. If 'Login' is required in Application and are unable to login in the application by stopping the customer to progress further.
webbased means one common web server will be there and the entire app willl be placed in that giving one common URl and updations will be done in that server if any for the same URL.So that the users ...
Before writing test cases ,first try to understand the user requirements and based on the functionality write the test cases.
n
Nov 14th, 2006
Before you start testing you need to have a clear idea on what's to be tested. You need to give yourself some time to analyze and research the feature you're testing , for example, read the requiremen...
Spelling mistakes, If image is looking dull, cosmetic error's and alignment problem is coming under Low severity and low priority...
Bani
Jul 26th, 2006
Severity of the issue is given by the tester who raised the issue.Cosmetic issues , spelling mistake,alignment are Low severity issuesPriority of the issue will be given by the development...
At first we conduct Sanity testing to ensure that the application is stable or not to conduct?complete testing on it.?Here we are not executing any testcases.
satish
Jul 25th, 2006
If u have time u can start with usability testing.then u start functionality testing.
As per my knowledge they are the negitive test cases, as it is showining the incorrect information .
sivasundari
Sep 9th, 2006
Bug Title : Error in DivisionBug description : Error in Division of Odd numbers in Windows Calculator.For even numbers the division operation is performed well.But for odd numbers it seems like the mu...
Priority of the bug : tells the severity of the bug how much impact it has on the build or s/w application. Depending on Critical, major, and minor severity of bug ... with how much pri...
Bug Sweep Meeting : I think this where programmers/Developers will sitdown and have a detail discussion over the source to find out the bugs/coding errors/mistakes, before the actual testing process begins.
The primayr perfomence test on telephone is.Test whether the recieved is properly placed.Test whether all the numbers are set correctly.Tesh whether it connected to phone line correctly.The above are...
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...
yes,it is very much possible to use descriptive programming in winrunner.see the below example-lConfirmationDilogWndDesc="{class:window,MSW_class:"#32770"}";win_activate(lConfirmationDilogWndDesc);
2 files and 2 folders are created when a test script is created.db,exp folders and header and script files. debug folder is created when the test is run.An additional folder will be created whenever the test is run ex.res1,res2 etc.
Developer machine will have .dlls which makes the application run smoothly, but either the test server or the production usually don?t have the .dlls. which may be the problem
swapna
Nov 6th, 2006
hi,That may happens for the sake of environmental changes.At developers place they will check in local network...where as tester will test the applications in online...so problems may raise when...
Thanks for the reply.How will we test hardware in system testing?
surya
Nov 22nd, 2006
In actual practice Integration testing means testing the interfaces of the appliction after merging the code. It means whether the merge is successful according to the customer requirement or not. Che...
Ans