ACCRODING TO ME PROGRESSIVE TESTING MEENS THE PROCESS WHAT HATAKEN DURURING THE TEST IT WILL EXPLAIN IN THE DOCUMENTATIONIT WILL BE SPECIFY IN THE TEST LOGREGRESSIVE TESTING: THIS TESTING WILL PERFORM...
Regression testing is a style of testing that focuses on retesting after changes are made. In traditional regression testing, we reuse the same tests (the regression tests). In risk-oriented regressio...
Understanding the tool is not important for fresher, but the concepts and fundamentals of load testing. Any tool can be used for load testing. I am really not aware of any good book as such, but post me if you have any specific questions.
If developer is smart enough just rename the imageB as ImageA and remove the ImageA from the server so applicaion will load ImageB (Now ImageA).Other wise you have to go through all the pages and verify that the image and Source file of image is the same as ImageB
amjath
Oct 10th, 2006
Hello.........this problem can be solved by image comparison in winrunner.
Generally testcases can be write based on usecase doccument(UCD) and usecase diagrams can be drawn based on BDD(business design doccument),BDD,UCD prepared by the business analyst.
Test cases written from use cases made by buisness anlyst.in the use cases only they have described the what is their clients requirements or market requirement(if they are product based company).
For manul testing first of all we have to concentrate on test case writting and then dividation of application in to modules(for big applications)then concentrate on 1. Smoke testing2. Functional testing 3. Integration testing
When developers write the code they place costant values and test their functionality.Some times while integrating the functionalities they forget to take out the constant values.This type of coding is called as hard coding.
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);
Hi, For ur first question the answer is as follows.It is related to DB.The interviewer who have questioned u would have given u the name of the Table where the information related to florists ar...
CVS is short for Concurrent Versions System, an open-source, network-transparent program that allows developers to keep track of different developemnt versions of source code. CVS does not maintain mu...
Bindu Chebolu
Nov 2nd, 2006
-> CVS is Concurrent Versioning System. CVS is an open source version control and collaboration system.-> CVS is a software package to manage software developement done by several people.-> C...
Hi, When you find a bug, you hav to post it in ur company's issue tracker (as discovery/open status). While post the bug, dont forget to mention the summary, descriiption, build version, Screenshot, steps to reproduce, severity and reproducibility of the bug. regards, Magesh
Traceability matrix always contains low level requirements since to map easily with test cases and also we can assure that all requirements covered in low level. I guess there is no concept of high le...
Hi
Jmeter is good at performance testing but unfortunately lack at reporting it. You need to analyze the matrices . You can use plugins for better analysis .
You can take help from this URL : http://code.google.com/p/jmeter-plugins/
Download the plugins and you will get a better report.
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 ...
In winrunner save The scripts for every test case for first build Or version(If it is pass only) and when ever new build comes reexecute or run the same Test scripts on that bulid is called ...
client server-> client server is 2tire architecture and client is frontend server is backend .web application -> web is 3tire architecture and browser ,web server and databse server
Ans