What is a build? Please give me an brief answer with an example?
Explain me the flow of "v model sdlc"?
The V-model is a software development process (also applicable to hardware development) which can be presumed to be the extension of the waterfall model. Instead of moving down in a linear way, the pr...
Plz explain me what is low level design and High Level design?
How to write test case of login window where user name is editable to only upto 8 alpha characters?
Test cases for Login Window 1.Check whether firstname field accept only alphabets 2.Check whether last name field accept only alphabets 3.Check firstname, last name cannot accept other than alphabe...
Dear surya i think the test case which you are talking about is test case no. 6... in table where it is mentioned on blank i/p values for login name and password and pressed Login Button
In 3 tier architecture what are the factors should be considered for testing?
Hi,
Can you brief on each of them with some example,If you can it would be grateful.
TIA ,
Adam
Hi,
Three tier for any E-commerce or web application could have following architecture.
1. Database Server
2. Application Server
3. Web server
Testing across these tiers could vary according to your test plan or analysis.
Can you give me the exact answer for test bug?
Congratulations! You just won a copyright on the new term "test bug"
There is no bug such as a test and dev bug.
Bug is any behavior that deviates from the requirement. Requirements are the so called "expected" result in test cases.
The error identified during the testing process is a Test Bug.
What is the difference between usecase and testcase ?Pls let me know with a detailed example?
A Use Case is a test case that is written from the USER/Client point of view. Following are the examples for test case & use case :Test Case: for a particular field : "1234" not accepted & "abcd" acce...
usecase describes actors actions and corresponding response of the application
test cases is a step by step process how to test the functionality of an application
usecase document is a parent document like BRD, FRS, SRS using which we can write test case
What is one key element of the testcase?
I respectfully disagree with anyone who states that expected results is the most important aspect of a test case. In my opinon the test steps are much more important. Why? Because testers will not kno...
from my point of view Test case name is the Key element as it should be written in short unique and simple to understand.
What are the management tools we have in testing?
The management tools designed for testing are too numerous to list but here are a few popular ones:
Agile Management
DevTest Studio
TestDirector
Visual Studio Team System
Product Studio
Bugzilla
Quality Center
Rally Enterprise
Test Management tools should satisfy the following conditions:1. Test Plan2. Test Design3. Test Execution4. Test Evaluation(logging defects purpose)The best example for "Test Management tool"...
What is the regular expression in winrunner
It is a string that specifies a complex search phrase in order to enable WR to identify objects with varying names or titles.
Regular Expressions:Win Runner uses teo hidden properties in order to use reqular expressions in an object's physicl Discription.they are 1.regexp_Label and 2.regexp_MSW_Class.1) Regexp_Label proper...
What is configuration management?
HIIf we are developing the sofware means definitely there would be some changes, so proper maintanance needed in this situations, so here configuration management plays a vital role..It mainly concent...
Hi,
Configuration management covers the processes used to control, coordinate, and track: code, requirements, documentation, problems, change requests, designs,tools/compilers/libraries/patches, changes made to them, and who makes the changes.
@ the person who posed this question: "If you are the senior test engineer, you are getting pressure from the client to give the build." What did you mean by "give the build" ??? As I understand you ...
In such situations, as a senior person in the testing department.First of all I will inform the situation to the project manager of the development team and inform him about the present situation and ...
Can we write functional testcase based on only brd or only use case ?
Yes we can write testcases based only Business requirements document or use cases, but if you want to write an effective test case you should have all the documents, like BRD, SRS, FRS,design docs, us...
Yes, we can write test cased using BRD and Use case documents..
What is sqa testing? Tell us steps of sqa testing
SQA is Audit of software products and activities to verify that they comply with the product requirements. Processes, Procedures and standards. Project manager prepares the SQA plan at the time of...
Software Testing is a set of activities that constitute processes that are mandatory towards the testing of an application. Steps involved in software testing are Test Requirements; Test planning; Tes...
Which methodology u follow in ur testcase?
Methodologies used to prepare test cases:1) Business logic and functional design (from requirements)2) Work-flow (from work-flow diagrams)3) User interface (from specifications) 4) Equivalence class p...
Error : Mistake done by developer in development environment is called ErrorBug : If that defect is found by a tester in testing environment is called bugDefect : If the same error or bug found by the...
What are the test cases prepared by the testing team
The types of test cases prepared by a testing team are:1) Build Acceptance Tests (Smoke Tests)2) Functional Tests a) GUI Tests b) Security Tests c...
Test Cases prepared to test the application would be
Build Acceptance Test Cases,
GUI Test Cases,
Functional Test Cases,
Integration Test Cases,
Compatibility Test Cases,
System Test Cases,
Positive & Negative Test Cases,
Performance Test Cases,
Security Test Cases
The decision to use test tools during the software development process depends on the following factors:1) Requirements and specifications of the application under test,2) The complexity of the a...
If the application is very huge and is phased out in several iterations , they may want to automate the application to prevent the execution of manual test cases as they are time intensive.
Minimum we have to write 7 test cases
Minimal Number of test cases is 7
Build:Its a revision made to the code to correct some of the defects.Developers may create several formal or informal builts before issuing handoff of AUT for testing
testers works on several handoff before releasing a new version
thanks for your answers....
Somrbody says "the compilation and execution of programm is called BUILD",is it correct,please explain me more...
once again Thanks for your kind informations...