Today I got interesting question from reader, How testing is carried out in company i.e in practical environment? Those who get just out of college and start for searching the jobs have this curiosity, How would be the actual working environment in the companies?
Here I focus on software Testing actual working process in the companies. As of now I got good experience of software testing career and day to day testing activities. So I will try to share more practically rather than theoretically.
Whenever we get any new project there is initial project familiarity meeting. In this meeting we basically discuss on who is client? what is project duration and when is delivery? Who is involved in project i.e manager, Tech leads, QA leads, developers, testers etc etc..?
From the SRS (software requirement specification) project plan is developed. The responsibility of testers is to create software test plan from this SRS and project plan. Developers start coding from the design. The project work is devided into different modules and these project modules are distributed among the developers. In meantime testers responsibility is to create test scenario and write test cases according to assigned modules. We try to cover almost all the functional test cases from SRS. The data can be maintained manually in some excel test case templates or bug tracking tools.
When developers finish individual modules, those modules are assigned to testers. Smoke testing is performed on these modules and if they fail this test, modules are reassigned to respective developers for fix. For passed modules manual testing is carried out from the written test cases. If any bug is found that get assigned to module developer and get logged in bug tracking tool. On bug fix tester do bug verification and regression testing of all related modules. If bug passes the verification it is marked as verified and marked as closed. Otherwise above mentioned bug cycle gets repeated.(I will cover bug life cycle in other post)
Different tests are performed on individual modules and integration testing on module integration. These tests includes Compatibility testing i.e testing application on different hardware, OS versions, software platform, different browsers etc. Load and stress testing is also carried out according to SRS. Finally system testing is performed by creating virtual client environment. On passing all the test cases test report is prepared and decision is taken to release the product!
So this was a brief outline of process of project life cycle.
Here is detail of each step what testing exactly carried out in each software quality and testing life cycle specified by IEEE and ISO standards:
Review of the software requirement specifications
Objectives is set for the Major releases
Target Date planned for the Releases
Detailed Project Plan is build. This includes the decision on Design Specifications
Develop Test Plan based on Design Specifications
Test Plan : This includes Objectives, Methodology adopted while testing, Features to
be tested and not to be tested, risk criteria, testing schedule, multi-
platform support and the resource allocation for testing.
Test Specifications
This document includes technical details ( Software requirements )
required prior to the testing.
Writing of Test Cases
Smoke(BVT) test cases
Sanity Test cases
Regression Test Cases
Negative Test Cases
Extended Test Cases
Development - Modules developed one by one
Installers Binding: Installers are build around the individual product.
Build procedure :
A build includes Installers of the available products - multiple platforms.
Testing
Smoke Test (BVT) Basic application test to take decision on further testing
Testing of new features
Cross-platform testing
Stress testing and memory leakage testing.
Bug Reporting
Bug report is created
Development - Code freezing
No more new features are added at this point.
Testing
Builds and regression testing.
Decision to release the product
Post-release Scenario for further objectives.



139 comments ↓
i would like to do one project in Testing can u suggest or guide me for that for my M.B.A
i would like to know more on what do you mean by smoke testing? is this the same as unit testing or just a run-through of the basic functions per module without exactly going through the test cases? thank you.
@ Priya- I will definitely guide. Is it part of your curriculum? So that project selection decision will depend on your M.B.A assignments. Let me know your exact requirement.
@Jhenz- Smoke testing is nothing but verify most crucial functionality is working not bothering about the detailed in-depth one. This word came from electronics i.e to check the appliances by switching on the power. Smoke testing is generally performed to check whether further testing can be carried out or not. Much like Sanity Testing!
Iam doing my MBA in correspondence they have asked me to do the project / Thesis…..coding is not that important….. as in M.B.A we don’t have praticals so on wht topic i can do the project for MBA in systems.
We can choose the topic for Assignment
wats diff between sanity testing n smoke testing??
@ Priya - Ok Priya I will suggest some related topic to your M.B.A by discussing with my MBA systems friends.
@ Padmini - Smoke testing is generally performed on any new build to test whether that build is stable to do further testing.
Sanity Testing is a part of regression testing which is performed on already developed and tested build which is again for testing for some minor changes. Sanity testing performed to check if no more issues are introduced in previous stable build. Here some core tests are executed like UI functionality, DB connection etc..
Hope this will answer your question.
hi!
why did u select testing as carrer?: what could be an appropriate and impressive answer to this for an interviw.
why is it said that developers are not good testers?
what is build and scanario?
I need some clarifications on SRS documents.how it will maintain IT company?how to identify SRS documents? More confusions on SRS document.Can you clarify?
In what scenerio,a test engg,will go for a automated testing,rather than a manual testing?
How to write testcases for regression testing?
hi
i would like to know more about QTP Concepts
can anyone help me out
hi
sir when we start writing test cases, is there any proforma to write test cases?
Thanx for your more valueble information for testing process in practical or company environment.
@ vijay
plz explain diff bet win object & window object in QTP.
I want job in Software testing, i have learned the tools and done a short ter course in testing and showing ewperience of 2 years in testing.
can anyone help me for getting the job
please send me different types of test case format templates…
Hi Folks,
All you guys have mis-conception that Smoke and Sanity Testing are different. As such there is no difference between these two. Neither QAI nor ISTQB has differentiated the terms. Both are one and the same.
Gopi Krishna
ISTQB Certified Test Manager
Hi all
Recently i completed the testing tools course, I am planning to attend the interviews, can u please help me what r the questions they will ask in manual, as well as in QTP. I don’t have any experience in real time. so who are working in testing field they already face some interviews, so please tell me what r the questions they will ask?
as a
How to read the system test plan effictively so that we can learn maximum test case’s.
I want to a complete document of QA process from SRS to delivery of product.
why 100% testing is not possible? Can u Give me Technical answer with Practical Example.
hello , i want bug defect template .
@ Gopi Krishna
Do u really stand by ur word “Neither QAI nor ISTQB has differentiated the terms. Both are one and the same”.
Could u pls confirm as u being a certified person need to clarify on ur stand. Could you be more precise. Better email me to zakir_24@yahoo.com
@Poornima
How to write testcases for regression testing?
Usually we don’t write any test cases while performing regression testing but we just execute all the test cases.
Regression testing is done on cases like 1)Any changes in the module, 2)change in requirement, 3)Changes in code after a bug is found and resolved 4)Patchup in the build. It is done to ensure changes do not affect the application in any way
@ Swetha
You can go ahead with the help option available in the QTP application. Trust me I’ve learnt QTP by this option only.
Hai
It is nice that you explained how testing goes in a company,but it would be more helpful for me if you can explain this with a real world example.Preferably on website application.
Thank You
Diva
That was a great article. thanx Man, and Keep the Good Work going.
Can u explain me the difference between smoke & sanity testing??
Hi Zakir,
I stand by my words.
Please refer to glossary of terms provided by ISTQB or QAI in their respective sites. You will find no difference. Every body has their own derived definitions but as such there is no difference.
Any one can tell the SITE ,from where i can get the crack version of QTP.
Reply to nagasln@gmail.com
hi, I want to write CSTE Exam,So friends can you tell me in details of when it will be conducted.
If possibe can you give me the Sample exam papers.
please as soon as possible , becaues i have started preparation with basics.
Hi!
WHISH U HAPPY NEW YEAR!!!!
Please , send me some study meterial for ISTQB exam.
I need syllabus ans notes for preparing that exam.
Dear Sir,
I(Subscriber) have seen your article. It’s useful for me and my career. I have some doubts about “The responsibility of testers(Testers,Are they Doing Test Plan?) is to create software test plan” in “What is actual testing process in practical or company environment?”. If am given an answer for this I shall be thankful to you. Am awaiting for your reply.
Regards,
J.Abraham Veelar.
Hello SIR,
I am a fresh gaduate who is recruited by an Indian software company.I am from Non IT background and I am given TEST ENGINEER as my designation.I have fewer ideas about career gowth or ho to build my caeer as a successful test engineer.So please guide me. Thanks in advance
hello sir
i want to know about the best institute in chandigarh for software testing coaching if u have any institute adress plzforward it to me i will be very gartitude to u
thanks
hi,
i am mba student and i have to submit a project related to the use of software testing in management.
can u send me the details as soon as possible
hi,
i m sheela working in a small concern as a tester. i m the only tester working in my company. recently i joined in this comapany as a fresher. i m into manual testing.
my problem is
1. here we have nearly 15 developers but i m only the tester. so we dont prepare test plan, etc.,
only i write test cases. will it be a problem for me when i try another job?
2. i m ineterested to learn automation tool. which one should i learn QTP or LOAD RUNNER.
please give me clear idea to my problem,
thanks in advance,
SHEELA. G
first tell me clearly which document you are using to write the test cases?
how you can brake the application code written by coders that is developers?
as a testers we must know the basic functionality of requirement ..then only we can able to test clearly as suggest by solution design document..ok
as per my understanding i can clear all your doubts….share this things all of your testing friends..find my mail id below
mamadhu@techmahindra.com
Please guide me for test case writing on the topic of Money Transfer from one account to another account?
Excellent information is given up by u sir thanq so much
if at all i need some information regarding some topics as like matrimony,real estates etc can i feel free to msg u up.As.i newly joined up in company n i dont hav experience in real time of writing testcases etc,jus knw the inforamtion to write up only on xcell sheet etc can u plz guide me some tips n tricks mostly need to be followed while writing testcases?
Information in the sense means, suppose some requirements of ur own n help me in gvg some guide lines wat we mainly need to concentrate while writing test cases of mentioned topics MATRIMONY,REAL ESTATES etc.n mainly my question as we dnt knw the structural part of an apllication how can we knw tat we are supposed to test tat features only ? n write testcases for them itself
i need one sample script of qtp to get an idea about script , while working with qtp you people uses record option or directly you writes the script?
Give me explanation on SDLC and STLC? and also about Release procedure in a project?
hi fnrz! thank you for providing valuable information regarding testing career.
Thank You,
Narendar.N
What is Bug, what is error? And what is difference between them?
I’m a 2007 pass out mca student please intimate when you are going to conduct the interview. inform me it is very helpful to me
Hi
I like all these topics but plz can u tell me how to test
memory leakage
i am working as s/w test engineer in small company , pls tell me is there will be any difficulty for me to switch to MNC’s.
THANK’s
Rajesh K. Nasare
@ GOPAL KRISHNA
if you said smoke testing and sanity testing are same please tell me how it is same? please , give the example also.
Thnks…..
hi sheela,
Me too faced the same prob when I joined as a fresher, if u got experience u can try another job surly!
okay
Coming to yr 2nd question:
QTP is a functional testing tool(latest release is 9.2, 9.5 is also released but its called QTP plus but 9.5 is not as popular as 9.2). it uses VBScript.
LoadRunner is a performance test tool, to get through idea of LoadRunner we need some idea of networking concept….
LoadRunner evergreen opportunities throught…
to learn LoadRunner thouroughly… there is one new institute in HYDERBAD (its a capital of Andhrapradesh, INDIA) he is charging more than Rs.15000/-
r u satisfies wit my answer………..
if possible will u refer me to yr company…… plzzzzzz
my mail ID is : vijayabhaskar83@sifymail.com
why I’m asking means I’m a contact employee in this company will u refer mee
Hi
I am MBA Finance student, is it a good career for me if i select a software testing as my profession in financial software companies.
please guide me on this !!!!
Thanks
Bakkesh H S
hi
i am rachana kamble done BE Electronics. am working in ATS Infotech Pvt Ltd.i am into software testing, but i am working as a s/w testing trainer. i would like to know whether i will get a job in a company on basis of this experience. please help me since i really need a job in a company because i want the practical knowledge about testing.
my email id is : rachana.ats@gmail.com
It s a very good article. Can you breifly explain me how the test process goes in SDLC… i mean simultaneously the tester start their work ?
what is defects
Please guide me for test case writing on the topic of Money Transfer from one account to another account?
im in badly need for dis test case nt d Atm test case k.
cheers
R
Hi Rahul,
I have created a sample of the testcase with some teststeps. This can help you to write the test steps with the necessary validations and steps mentioned in ur SRS.
Your test case can be as follows:
Test case ID Name Description Expected Result Actual Result
100A Log in Verify that the user is able to login the application Login successful
100B Account Id verification Verify that the user is able to enter the account number in the Account ID field The account ID is verified successfully
Verify that the user is able to enter HPIN (or any other verification code in the password like field) HPIN entered successfully
Account information displayed Verify that after entering the account number and HPIN, the user is able to go to the account information page. Account details page is displayed.
Hi Rahul,
I had created the testcase in the word document. But while posting the reply the message is all messed up in alignment. SO please read is as Testcase ID , Name, Description,Expected Result, Actual Result.
And the steps are:
100 A, Log in, Verify that the user is able to login the application,Login successful.
Hope this helps
Aslam-0-alikum!!
could u send me the formal document for writing a test case…
HI Pooja can u send me test case sample to my id
jayakrishnamohan@sify.com pls am in need of this…..
Presently i am working on portal testing. so what is my domain? Please send me more information about this domain
Hi all,
If any of u is working on online live project on manual testing or have any idea of how to get online testing project pls reply me.
I think it will be useful for all of us if we get chance to test a project on its beta version.
mail me : bishalchaperia@gmail.com
Hi Vishal Chhaperia,
Many beta versions are available …like Mozilla firefox betaversion is released. You can download and test it and can post the bugs also….
Have a happy testing
Thanks for your help!
looking forward for more
call me: +91-9830704327
mail me: bishalchaperia@gmail.com
hi all,
if any of u is working on software product testing department please send some suggestions to my mail id because now i am in testing department and i am new to this field..
please send mail if u know
hi all,
if any of u is working on software product testing department please send some suggestions to my mail id because now i am in testing department and i am new to this field..
please send mail if u know
mail : madhukommi@yahoo.co.in
I Request u Plz send the Sample Test Cases for below Details.
Smoke(BVT) test cases
Sanity Test cases
Regression Test Cases
Negative Test Cases
Extended Test Cases
Reply To : Jameel_coolin@yahoo.co.in
@ rachana.ats@gmail.com
u could get job eaisly..its not big for u..since u jave knowlegde of teaching..
I Request u Plz send the Sample Test Cases for
Smoke(BVT) test cases
Sanity Test cases
Regression Test Cases
Negative Test Cases
Extended Test Cases
Hi I am new to testing.I have completed by btech in 2005 ,but still I couldn’t make a place in IT field.Right now I in US.I am not gud at programing but want to make carrer in testing.. please any one out there guide me .I have gone through srinivasan desikan book,It helped me to learn basics what else is required.can any one sugget me a site to do online project on testing.
Hi swarna, u r new in software testing, so u prefer the book
of Rohn Pattern , it will be usefull 4 u. from initial stage.
if u have any query. mail 2 me
ramendra_mnp@hotmail.com
Hi,
I would like to know Do we close the issues returned by the developers?
Thanks,
Neha
hi, neha,
we can close the issues returned by the developers, first of all we do retesting or regression testing if it is according to my GUI or Specs….
m i right?…
Hi
neha, if the bug is review by the dovelopment mngr & TL
than directly we close the issue.
@neha,
Ramendra is rightly said..
sir,
im mca fresher.
how to test project,how to find the bugs in the project
sir,
im mca fresher.
how to test project,how to find the bugs in the project
mail me: sekhararavalli@gmail.com
Review of the software requirement specifications
Objectives is set for the Major releases
Target Date planned for the Releases
Detailed Project Plan is build. This includes the decision on Design Specifications
Develop Test Plan based on Design Specifications
Test Plan : This includes Objectives, Methodology adopted while testing, Features to
be tested and not to be tested, risk criteria, testing schedule, multi-
platform support and the resource allocation for testing.
Test Specifications
this document includes technical details (Software requirements)
required prior to the testing.
Writing of Test Cases
Smoke (BVT) test cases
Sanity Test cases
Regression Test Cases
Negative Test Cases
Extended Test Cases
Development - Modules developed one by one
Installers Binding: Installers are build around the individual product.
Build procedure:
A build includes Installers of the available products - multiple platforms.
Testing
Smoke Test (BVT) Basic application test to take decision on further testing
Testing of new features
Cross-platform testing
Stress testing and memory leakage testing.
Bug Reporting
Bug report is created
Development - Code freezing
No more new features are added at this point.
Testing
Builds and regression testing.
Decision to release the product
Post-release Scenario for further objectives.
Hi Ramendra,
Thanks for the reply. Even i follow the same process but was a bit confused.Thanks for the clarification
hi everyone
welcome
hello,
kris and priya
u have any confusion.ask 2 me without hesitation.
hello sir,
this is bharghava , i completed msc(computer science)in 2006 .i saw this site.it is help full for every one and me also.recently i completed testing tools course.now i am looking job.but one thing sir ,i want to join in real time project.it is necessary or not.give me suggestions sir.i am in hyd .which instiute is best for project.if u know tell me sir.ok
I would like to know what kind of issues can be treated as returned issue? Those issues which are not issues or those issues which the dev dosen’t fix as per clients requirement?if it is an issue but as per clients requirement the dev dosen’t fix it and mark the status as returned then do we directly close the issue?
what i have to study for automatic testing for web applications?
Hi Priya,
This is Suresh Working as a Test Engineer i have mentioned difference between smoke and sanity as below:
SMOKE Vs SANITY
I have gathered a few points about the difference between smoke and sanity testing from the responses of two software testing groups. I have added the points below.
However, my experience of executing the Smoke and Sanity testing has been the following:
Smoke Test:
When a build is received, a smoke test is run to ascertain if the build is stable and it can be considered for further testing.
Smoke testing can be done for testing the stability of any interim build.
Smoke testing can be executed for platform qualification tests.
Sanity testing:
Once a new build is obtained with minor revisions, instead of doing a through regression, a sanity is performed so as to ascertain the build has indeed rectified the issues and no further issue has been introduced by the fixes. Its generally a subset of regression testing and a group of test cases are executed that are related with the changes made to the app.
Generally, when multiple cycles of testing are executed, sanity testing may be done during the later cycles after through regression cycles.
Smoke Sanity
1 Smoke testing originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch fire and smoke. In software industry, smoke testing is a shallow and wide approach whereby all areas of the application without getting into too deep, is tested. A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep.
2 A smoke test is scripted–either using a written set of tests or an automated test A sanity test is usually unscripted.
3 A Smoke test is designed to touch every part of the application in a cursory way. It’s is shallow and wide. A Sanity test is used to determine a small section of the application is still working after a minor change.
4 Smoke testing will be conducted to ensure whether the most crucial functions of a program work, but not bothering with finer details. (Such as build verification). Sanity testing is a cursory testing; it is performed whenever a cursory testing is sufficient to prove the application is functioning according to specifications. This level of testing is a subset of regression testing.
5 Smoke testing is normal health check up to a build of an application before taking it to testing in depth.
sanity testing is to verify whether requirements are met or not,
checking all features breadth-first.
Thanks,
Suresh Balakrishnan.
bsuresh7282@gmail.com
hi, everyone…
I have completed MBA (IT)with B. tech (ECE) and want to build carrer in Testing. Can u suggest me which type of testing I should learn….and is this the right field for MBA’s (IT)…and what are more perspectives in testing..
@Priyanka,
I think Priyanka you are not in a right path, you are Btech with MBA, defanitly you have bright future in other isolated as well as main stream technologies, if you are that much interested in testing then only you can go for testing without any testing knowledge, that is better otherwise they will squeeze while interview and try to get opportunity in automation testing like Rational Robot, QTP, VSTS,etc
Best Wishes…
hi, Vijay
ok …i have no idea about testing tools…but i want to go for black box testing..can u tell me from which tool i should start? and which tools i have to cover????
i have read basics and methodology of testing…
any one plz suggest me and mail me if u have study material in testing concepts ,sip,voip. would this help in getting me a good job is there good market for these, i am confused kindly help.
hi,
thanx……
Hi
Thanks for all the information regarding testing. It is indeed useful information.
Hi all,
Thanks for all the information provided regarding testing.
Hi all,
The information provided was very useful.
hi all
this websites is very gud for basic knowledge for testing as well as further more……
hii all
can any one tell me how we free download winrunner or qtp??????????………….
Hi Anshu,
This is Suresh Working as a Test Engineer. I have mentioned Software Testing related Links as below:
www.sqa-guide.com,www.testingbrain.com, www.testinggeek.com, www.qastreet.com.
Thanks,
Suresh
bsuresh7282@gmail.com
Greate information about the testing concepts ,i liked very much that information u have given about the “Testing actual working process in the companies”………
can u provide me some sample smoke test cases and integration testing,and also some more information regarding campatability testing ………………..
Suresh Balakrishnan
Thanks
………
Suresh Balakrishnan can you help in create test cases.
Suresh Balakrishnan
Thanks
………
Suresh Balakrishnan my next question is that can you tell me how we post mortem the term test bed
in testing.
hi, anshu
Hi Friends,
Currently i am working in Non-IT field and planned to switch my career to testing.I had learned the basics of testing,and now i am very eager to learn testing practically with real time projects.
If any one interested to teach testing personally with real time projects , i will be more grateful, or else show me the right place in chennai.
Thanks & regards
selvam.ba@rediffmail.com
Really Great work Vijay!!!!!!!!!!!!!!!!!!!!!!!!!!!! We’ll appreciate ur Work!!! Also, can u update this Jobs section daily if possible?
Hi
Can anybody tell me the model which our company is following as we do module wise testing and deliver each module as per our time line, almost if project is small than in each week one module is delivered to client and do changes as per his feedback, so my question is that what kind of model are we following and yes this model, is this an xp model or agile software devlopment, kindly comment on this
Thanks
Vishal Sharma
Hi all,
I have done my masters in psychology, but wanted to get into IT so did a course in testing, now can anybody help me to get through testing, what questions and how much preparation needed for getting a job. I know manual testing, but no automation tool, how to learn that, and specially test management tools like test director and quality center……
hi all,
can anybody help me in understanding integration testing, and the difference between system and integration, system and functional testing……
thanks
Hi shridevi ,
Integration testing :- It is a test to check whether all the modules are combined together or not and working successfully as specified in the requirement document. (Just for your information: Each developer works on different modules. When they finish their code, the configuration management team puts them together and prepares a build. We, as testers, need to make sure that these modules, which are now combined, work as per requirement document)
System testing :- When testers complete testing (The testers test the application in the test environments, meaning they test with the test data only, NOT with the real data), the application (software) has to be tested in the real environment. What it means is, since the testers test it in the test environment with the test data, we have to make sure that the application works well in the real environment with the real data. In test environment, some of the things cannot be simulated or tested. Al though the test environment is very similar to the production (real) environment, we need to make sure that we get a smooth delivery in the real system as well (As servers are different and database is different, things may not work as expected when the application is moved from test environment to production environment)
Functional testing :- It is a test to check whether each and every function of that application is working as per the requirement (remember this work “as per requirement document”-you must say this in the interview). It is a major test where 80% of the tests are done. In this test, the Test Cases are executed (or run).
System testing is Black-box type of testing that is based on overall requirements specifications. It covers all combined parts of the system.
Integration testing is the testing of combined parts of an application to determine if they function together corretly.
functionality testing checks whether the application works according to clients requiremnet or not. its a part of system testing
Any more Info.. contact –>
happyfriend_s@yahoo.com
Thanks happy friend, for the information, and help in understanding the testing………
how to learn quality center and QTP
Rgds
shridevi
Hi,
This is the first time I have visited your site and really good… By the way, i’m doing software testing course… now i’m working in bpo company.
i’m an MCA graduate passed in 2005. I want to work with IT side.
Please advise me, how much opportunity to work in IT side with help of this testing?
Regards,
Narayanan
Hi All,
I have recently join in a small company as a Software Tester.Here I do manual testing but i dont have much idea about sanity & smoke testing so please guide me about that.
Tell me also that I write my bug report in simple Excel sheet but now i have to maintain some bug tracking tool,so any suggestion for which tool is good.
hi,
Can anyone tell me,what is this domain & is it necessary for testers to have domain knowledge as i do testing of online websites.
@vrushali
Hi friend. Both Smoke and Sanity is done to ensure the stability of the build.
Smoke testing is done to check whether the build is done properly and Sanity testing is done to check whether the build is Functioning properly. Not clear right, let me put up with an example,
Take for example a simple login page which has ‘username’ and ‘password’ input box and ‘ok’ and ‘cancel’ butons. Now here, Smoke testing is done like this, we simply check whether we cud able to hit the username and password inputboxes, OK and Cancel buttons and whether it is enabled.
Sanity testing is we give some values for the usename, password and perform one functional cycle to test the application. Hope this is clear.
To ur second question check with Bugzilla
cheers
zakir
Sanity is testing the stability of the build
Hi Guys…
Where does the term “Boundary Value Analysis” is used in Testing?
i have one doubt ,is there any different betwwen the sanity & smoke testing? we will do the testing once module will ready no need for waiting still projece get ready?please suggest me how to proceed both developement & testing at time is there any copy past appling are used like (testing server & development server) .please explain me how this process will going on.
hi friends
want to learn how to write test cases
can anybody help with some examples
Hi Shridevi mail me
Hi friends,
TestCase:
test case in software engineering is a set of conditions or variables under which a tester will determine if a
requirement or use case upon an application is partially or fully satisfied.
It may take many test cases to determine that a requirement is fully satisfied..
Or
Test case is a detailed procedure that fully tests a feature or an aspect of a feature.
Whereas the test plan describes what to test, a test case describes how to perform a particular test. You need to develop a test case for each test listed in the test plan.
Test case include:
purpose of the test.
•
Special hardware requirements, such as a modem.
•
Special software requirements, such as a tool.
•
Specific setup or configuration requirements.
•
A description of how to perform the test.
•
The expected results or success criteria for the test.
I want to ask about the difference between sanity & smoke testing ?
hi,
i m in ireland,i would like to write software testing certification(ISEB&ISTQB).can anyone suggest me the book to be followed r any online material and can i write both certifications and what will be the procedure and do i need to have any prerequisites?
Hi shilpa how ru
do u have any format to write testcases
I have a question on QTP?
how to count the no tabs in an screen on an application using QTP?
which course in software testing have a very good scope either the manual or the automated…
hi friends,
i want know about test design.
plz help me
Hi Nagaveni,
Test Design refers to understanding the sources of test cases, test coverage, how to develop and document test cases, and how to build and maintain test data. There are 2 primary methods by which tests can be designed and they are:
- BLACK BOX
- WHITE BOX
ANY HELP CONTACT send mail to
happyfriend_s@yahoo.com
can u give me some idea about the scope in this testing field? does it reqd. coding? And can u give me a good book to follow and i am already going for 1 month training from seed infotech
well there is lots of scope in testing field. For manual testing no coding is required but for automation u require some knowledge of coding like VB script for QTP specially.
you can follow Ron Patton and Gopalswamy for manual testing. Ron Patton is a good book for beginners, where as Gopalswamy is also a good book to go in depth of testing.
For automation u can go for Dr. K.V.K.K. Prasad.
Hi all,
I would like to know about the different documents that are up for review meeting from the beginning of the STLC process.
thanks
Hi all,
What are the different meetings held during STLC and what are the key deliverables?
Thanks
I’m new to this testing field.
can anyone tel me which testing software is best to use.?
this site is very usefulto us .thanks to providing this site for us.
Respected Sir,
Recently in AUGUST i submitted my vith sem MCA project. I m doing MCA(Correspondance) from MD University Rohtak. I have no proficiency even on a single computer language,but i know about all the languages like c,c++,vb,vc++,java,javascript,html,c#,.net,windows programing,SQL,MS-office,RDBMS,Oracle ect. as per my syllabus in MCA taught by teachers.
So,thats why i also join and complete a WCT (webtek cerified tester) certificate course of software testing from the webtek school of software testing nariana,in which i learn about what is mannual and automated testing(IBM(rational tools) AND mercury (QTP),test director tools etc.) and how can they perform on the software by the tester.
kindly help me what i do to get a job in industry of software testing. and how can i improve myself and also tell me minimum language proficiency is required in testing field,because all the people says me no need of any language proficiency in any language for testing field.
i get totally frustrated and feel like a losser plz help me guide me plz
Hi,
Am Searching in Testing Field.I want to know, if we do web testing,what type of testing will conduct…as well as tell me the real time procedure for doing the web testit eng ….if possible explain with an eg…….
Realy i need,pls help someone…..
regards
Karthick Kumar
Hi,
Am Searching in Testing Field.I want to know, if we do web testing,what type of testing will conduct…as well as tell me the real time procedure for doing the web testing….if possible explain with an eg…….
Really i need,pls help someone…..
regards
Karthick Kumar
Pls send me the mail
varalaruu@gmail.com
Leave a Comment