This article will give you general idea about CSTE certification exam paper pattern. I have included some sample questions and answers for the CSTE mock test paper. You can refer these questions and can judge the pattern of descriptive answer paper. If you need objective type questions from CSTE paper you can refer our previous article on CSTE objective type question answers . Also you can download some more sample papers from our ‘Downloads’ section.
CSTE mock test paper - Questions and Answers:
1. Define the following along with examples [25 Marks]
a. Boundary Value testing
b. Equivalence testing
c. Error Guessing
d. Desk checking
e. Control Flow analysis
Answer:
a) Boundary value Analysis: - A process of selecting test cases/data by identifying the boundaries that separate valid and invalid conditions. Tests are constructed to test the inside and outside edges of these boundaries, in addition to the actual boundary points. or A selection technique in which test data are chosen to lie along “boundaries” of the input domain [or output range] classes, data structures, procedure parameters, etc. Choices often include maximum, minimum, and trivial values or parameters.
E.g. - Input data 1 to 10 (boundary value)
Test input data 0, 1, 2 to 9, 10, 11
b) Equivalence testing: - The input domain of the system is partitioned into classes of representative values, so that the no of test cases can be limited to one-per-class, which represents the minimum no. of test cases that must be executed.
E.g.- valid data range: 1-10
Test set:-2; 5; 14
c) Error guessing: - Test data selection technique. The selection criterion is to pick values that seem likely to cause errors Error guessing is based mostly upon experience, with some assistance from other techniques such as boundary value analysis. Based on experience, the test designer guesses the types of errors that could occur in a particular type of software and designs test cases to uncover them.
E.g. - For example, if any type of resource is allocated dynamically, a good place to look for errors is in the de-allocation of resources. Are all resources correctly deallocated, or are some lost as the software executes?
d) Desk checking: - Desk checking is conducted by the developer of the system or program. The process involves reviewing the complete product to ensure that it is structurally sound and that the standards and requirements have been met. This is the most traditional means for analyzing a system or program.
e) Control Flow Analysis: - It is based upon graphical representation of the program process. In control flow analysis; the program graphs has nodes which represent a statement or segment possibly ending in an unresolved branch. The graph illustrates the flow of program control from one segment to another as illustrated through branches .the objective of control flow analysis is to determine the potential problems in logic branches that might result in a loop condition or improper processing.
2. You find that there is a senior tester who is making more mistakes than the junior testers. You need to communicate this aspect to the senior tester. Also, you don’t want to loose this tester. How should one go about the constructive criticism? [10 Marks]
Answer:
In the quality approach, it is the responsibility of the supervisor to make His/Her subordinates successful. The effective use of criticism is a tool for improving subordinate performance.
In giving constructive criticism, you should incorporate the following tactics: -
- Do it privately.
- Have the facts.
- Be prepared to help the worker improve His/Her performance.
- Be specific on Expectations.
- Follow a specific process in giving the criticism.
3. Your manager has taken you onboard as a test lead for testing a web-based application. He wants to know what risks you would include in the Test plan. Explain each risk factor that would be a part of your test plan. [20 marks]
Answer:
Web-Based Application primary risk factors:-
A) Security: anything related to the security of the application.
B) Performance:- The amount of computing resources and code required by the system to perform its stated functions.
C) Correctness:-Data entered, processed, and outputted in the system is accurate and complete
D) Access Control:-Assurance that the application system resources will be protected
E) Continuity of processing:-The ability to sustain processing in the event problem occurs
F) Audit Trail:-The capability to substantiate the processing that has occurred.
G) Authorization:-Assurance that the data is processed in accordance with the intents of the management.
General risk or secondary risk’s:-
A) Complex - anything disproportionately large, intricate or convoluted.
B) New - anything that has no history in the product.
C) Changed - anything that has been tampered with or “improved”.
D) Upstream Dependency - anything whose failure will cause cascading failure in the rest of the system.
E) Downstream Dependency - anything that is especially sensitive to failures in the rest of the system.
F) Critical - anything whose failure could cause substantial damage.
G) Precise - anything that must meet its requirements exactly.
H) Popular - anything that will be used a lot.
I) Strategic - anything that has special importance to your business, such as a feature that sets you apart from the competition.
J) Third-party - anything used in the product, but developed outside the project.
K) Distributed - anything spread out in time or space, yet whose elements must work together.
l) Buggy - anything known to have a lot of problems.
M) Recent Failure - anything with a recent history of failure.
4. You are in the contract stage of a project and are developing a comprehensive proposal for a safety critical software system. Your director has consulted you for preparing a guideline document what will enlist user’s role during acceptance testing phase. Indicate the key roles you feel that the user should play during acceptance stage. Also indicate the categories into which the acceptance requirements should fall. [10 Marks]
Answer:
1) Ensure user involvement in developing systems requirement and acceptance criteria.
2) Identify interim and final products for acceptance their acceptance criteria and schedule.
3) Plan how and by whom each acceptance activity will be performed.
4) Plan resources for providing information.
5) Schedule adequate time for buyer staff to receive and examine the products and evaluation prior to acceptance review.
6) Prepare the acceptance plan.
7) Respond to the analysis of project entitles before accepting and rejecting.
8 ) Approve the various interim software products.
9) Perform the final acceptance activities, including the formal acceptance testing at delivery.
10) Make an acceptance decision for each product.
5. What is parallel testing and when do we use parallel testing? Explain with
example? [5 marks]
Answer:
Testing a new or an altered data processing system with the same source data that is used in another system. The other system is considered as the standard of comparison. OR we can say that parallel testing requires the same input data be run through two versions of the same application.
Parallel testing should be used when there is uncertainty regarding the correctness of processing of the new application. And old and new versions of the applications are same.
E.g.-
1) Operate the old and new version of the payroll system to determine that the paychecks from both systems are reconcilable.
2) Run the old version of the application system to ensure that the operational status of the old system has been maintained in the event that problems are encountered in the new application.
6. What is the difference between testing Techniques and tools? Give examples. [5 marks]
Answer:
Testing technique: - Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools.
Tools: - Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing
E.g.:- The swinging of hammer to drive the nail. The hammer is a tool, and swinging the hammer is a technique. The concept of tools and technique is important in the testing process. It is a combination of the two that enables the test process to be performed. The tester should first understand the testing techniques and then understand the tools that can be used with each of the technique.
7. Quality control activities are focused on identifying defects in the actual products produced; however your boss wants you to identify and define processes that would prevent defects. How would you explain to him to distinguish between QA and QC responsibilities? [10 Marks]
Answer:
Quality Assurance:
1) A planned and systematic set of activities necessary to provide adequate confidence that requirements are properly established and products or services conform to specified requirements
2) An activity that establishes and evaluates the processes to produce the products.
3) Helps establish processes.
4) Sets up measurements programs to evaluate processes.
5) Identifies weaknesses in processes and improves them.
6) QA is the responsibility of the entire team.
7) Prevents the introduction of issues or defects
Quality Control:
1) The process by which product quality is compared with applicable standards; and the action taken when nonconformance is detected.
2) An activity which verifies if the product meets pre-defined standards.
3) Implements the process.
4) Verifies if specific attribute(s) are in a specific product or service
5) Identifies defects for the primary purpose of correcting defects.
6) QC is the responsibility of the tester.
7) Detects, reports and corrects defects
8 ) Differentiate between Transaction flow modeling, Finite state modeling, Data flow modeling and Timing modeling? [10 Marks]
Answer:
Transaction Flow modeling: -The nodes represent the steps in transactions. The links
represent the logical connection between steps.
Finite state modeling:-The nodes represent the different user observable states of the software. The links represent the transitions that occur to move from state to state.
Data flow modeling:-The nodes represent the data objects. The links represent the transformations that occur to translate one data object to another.
Timing Modeling:-The nodes are Program Objects. The links are sequential connections between the program objects. The link weights are used to specify the required execution times as program executes.
9) List what you think are the two primary goals of testing
[5 Marks]
Answer:
1) Determine whether the system meets specifications (producer view)
2) determine whether the system meets business and user needs (Customer view)



135 comments ↓
Nice questions and answers….It will not only help to qualify CSTE software testing certification exam but also help tom improve us as a test engineer….Keep it on..Wish u Good Luck
Hi
I am new to this website. i read the most of the posts it will help who wants to know about software testing.
And i would like to know where i can get QTP software tool (Free /Trail version). Please guide me.
Thanks,
Vasanth R
The first part of this article is from your august 2006 archive na..? But it is nice to go through once again on it… Can anybody upload or give me the source of ISTQB exam papers..? Expecting a favorable response…
hi,
i am regularly reading u r article that was nice one.
but i need u r help for clearing CSTE exam.
plz give me u r suggations on which book i have to refer for clearing the test.
plz be helpful and send that on my mail………
hi,
currently am working as a test engineer in a product
based company. will anyone let me know what are the
mandatory tests a product should go through.
it will be of greater use to me
Hi I am currently undergoing Software Testing Course. I have almost completed. Still some more days to go. Kindly advice me how to attend interviews, how to proceed in this line or career. Kindly give me with the interview questions.
hi , this was very important information about s/w testing . this may help for interview also
Thanks Vijay,
This site is very helpful for us to learn and to gain good knowledge.This help us to proove us as a good tester..
Can anyone give me the details about the ISTQB guide that to be good to follow.
my mail: reachtohari@gmail.com
Thanks.
these questions will realy judge our knowledge about software testing
really i like this site for all the question that can a person have in his/ her mind .great keep it up
Iam attending for cstp examination,pls help me in this like some sample papers….
My mail id : madhurani22@gmail.com
Hi All ,
This was a very good website for the guys who want to choose a carrer in TESTING .
Present I’m working in BPO industry….to become a good tester which testing courses will help me..please guide me .Thanks for your great help …:-)
Thanks a lot,for your needless support:)
May god bless..u…
“Difficulties in your life never comes to destroy you,but comes to realise you yours hidden potentials,…so let difficulties know that you are difficult to destroy..”
Thanks… this site provided me all the information that i wanted. i have cleared all my doughts through this site.
hi Pals,
really dis one is gud site, for those who seeking a career in Testing, im so Thank full to the person who created it, n to them who sending mails regarding vacancy’s and Question papers….
with regards,
L V Prasad.
hi frnds this is really good site for those who seeking for testing jobs.your aim will start from this site
I want to know about CSTE examination, like how to prepare, where should i register, …
what is the qualification, age limit.. curently i am in chennai, india…
Hi I am Deepak , i am working in software compant as testing engineer. please can u guide me to write this CSTE exam. what is the benefit of writing this exam. which book i should refer. I am staying in INDIA(BANGALORE). where i should register to write this exam. please provide me the complete details.
thanks
Hi friends , This is Shekhar i am working as a software tester in a company. I’m concerned with the manual testing and i want to switch to automation tools as QTP. Can anybody tell me which is the best institute in Mumbai for training in QTP.
hi friends i am working for one company i want to write this cste exame any body exaplain me how it is usefull for me.in my future carrier
Hi satish and Deepak, visit www.softwarecertification.org
Hi All,
Currently am involved in Semiconductor Testing, it related to sofware and hardware exploring to do certification, can u all suggest me which certification will be useful for my career.
Thanks in advance.
Mail Me:-baskar_25g@yahoo.com
Hi, Can anyone tell me about CSTE Certification and the criteria’s related to it…
Need some Objective type questions and Answers for Win runner and QTP .
Dear Sir,
I want to know about CSTE certification.
what is the minimum criteria for that.
Still am an undergraduate in IT.
My ambition is to be a QA Engineer.
Though I’m a still a student I really want to get this certificate.
Someboby please update me on this.
I believe I have fair knowledge in Testing though my academical project works.
Thanks.
Still am an undergraduate in IT.
My ambition is to be a QA Engineer.
Though I’m a still a student I really want to get this certificate.
Someboby please update me on this.
I believe I have fair knowledge in Testing though my academical project works.
Thanks.
My Email: shalini.sliit@gmail.com
hi guys …
i am taking this CSTE test by june 15….guys if you have any good study material please fwd me at this mail..”noumaan786arshad@gmail.com”…….please fwd if u have…..
thank you
HI i am prashant & i am working as soft test engg, i wanted to do CSTE certification, if any one have details regarding the same. plaz mail to my mail id Prashant00124@gmail.com.
thanks in adv….
Hi … i will be attending cstp examination in another 15 days and i could’t get any mock tests or any sample papers regarding that . I will be thankful if any one could send any sample papers .
Thanks and Regards
Shibu …
Hi… Iam software Engineer.CSTE and CSQA Certifications which one is better.Please clarify my doubt.
Hi Friends,
I am a software engineer with 4yrs of Bachelor Degree in Information tech and 3.5yrs of testing experience in IT industry. I am planning to have a Testing Certification, please help in finding the correct option.
1) CSTE or CSQA which one is better for me?
2) If in later stages I want to give CSPM then which one will be the pre-requisite CSTE or CSQA?
Please help me in this regard.
Hi,
I am working as Process Associate for KPO.
I am intrested in persuing carrier in software testing.
Since iam a B.com graduate can i get job in this feild.
Is there any organization which provides on job training.
Thanks and Regards,
Santosh.
Hi
Could you please provide me the questions for ISTQB Certified Tester Foundation Level (CTFL) exam. I would like to attend the exam.
Thanks & Regards
Priya
Hi..Am a B.Tech graduate currently working with SQLServer.Am very much interested in testing and do posess basic knowledge in Software Testing. Can I know which certification is necessary for me to start my career in Testing.
Thanks & Regards,
SWATHI..
Hi ,Frnds
I want some Cste exam related questions &Answers pls send as soon as posible.
Hi Friends
I am presently trying to find employment in Software Testing……and came across this site . I am presently resident in Chennai!…….Can anyone email to me to give me some tips as to how to get into a Testing environment,……………I wouldn’t mind sending my resume to he/She who wishes to help me!
Expecting a reply
iam a B.com with (computer app.) graduate can i get job in this feild.
iam a B.com graduate can i get job in this feild Software testing.
Hey amit,
Guess what i am a B.com guy as well, but i did MCA after that. that is a different story.
Coming back to your question, Yes, you can get a job amit. however its going to be difficult, Reason being that lots of companies goes for B.E,B.TECH AND MCA PEOPLE.
But dont lose heart, if you really strong in software testing, then you have very good chances irrespective of your graduation. so make sure you fulfill the basic requirement .
Best of Luck.
Tiger2K.
Hi Ramasubramanian,
Good to know that you want to make a career in software testing, could you please clarify as in what exactly your doing now, your qualificiation and what courses you have done, that will be helpful to answer your question.
Regards,
Tiger2K
Hi ,
i am new to this web page. i am preparing for CSTE exam, can anybody help me in getting the study matrial and sample question papers
MAnu
Hi,
This artical is quite useful. I need more CSTM and ISTQB sample papers. If anybody is having the papers, please send me across.
Thanks,
Shreelakshmi
hello
plz anyone can help me to guide me for istqb exams.plz tell me the name of books so that i can cleary exams.
HI
Thanks for promt helping nature to clear the cste, can you plz provide more Q&A to attempt the cste exam
Can anyone help me in providing the sample questions of CSTE. Thanks in Advance.
Regards
Abhishek
Can any one let me know the Syllabus of ISTQB Certified Tester Foundation Level (CTFL) exam. And can any one please provide me with some kind of study material, online notes, etc.
Please, help me with his I’m planning to appear for the tes next month.
Hi,
I am from chennai and I am taking up the June 21 CSTE exam. any intrested in a group study or constructive discussion please contact me it would be mutually helpful. ( 9444546605 )
Hi,
Can any one tell me what is the standard certification exam for Testing.
U can go for ISTQB certification. it has 2 levels.. Foundation & Advance level
HI,
I completed my B.E,M,B.A, M.S (Quality Management-BITS), now working in software testing having 4.4 yrs exp. Am searching for job chang. due to my low CTC am not finding a choice. Can any one help me how to get certification in Testing or Quality, so that with the certification I can start my fresh career
Thanks
Hi All,
This is Suresh Working as a Test Engineer i have mentioned Certification Exam Links as below:
www.qaiasia.com, www.software-testing.com/web/CTPP.html
Thanks,
Suresh
bsuresh7282@gmail.com
Hi
this is really a useful stuff.
As a tester it is very useful to me to appear for exams.
Thanks
- Vijay
Can anyone help me in providing the sample questions of CSTE. Thanks in Advance.
Regards
Lakshmi
Hi All,
I have completed my B.E (computer science)
My current designation is Product support and i am partly into manual testing for about a year. I would like to take up a software testing certification which is recognised world wide. I came through the following certification courses like ISTQB/ISEB, CSTP, CSTE, CST,
ICST, CSQA.
i am confused with which one to take up.
can some one suggest me the best certication course which has good recognition?
To add up i have also done the basic sofware testing course covering manual testing,Win runner,load runner,QTP,Test director.
Please help me to find the best certication course which has good recognition?
Hi Mekala,
This is Suresh Working as a Test Engineer i have mentioned Software testing certification Course like as given below:
http://www.softwarecertifications.org/
Manual Testing is very important for Software testing but Automation tool like QTP and WinRunner both are functionality tool then LoadRunner is Performance tool but Test Director is Integrated tool like Defect tracker, so i prefered Manual and QTP is important for you.
Thanks,
Suresh
bsuresh7282@gmail.com
its litle bit helpful
Thanks for the information Suresh!
Hi,
Can anybody who is taking up CSTE exam tell me how much does it cost (in Indian rupees) for writing that exam?
Hi Mekala,
For taking up CSTE exam it cost around 15,000 rupees.
yes,really superb…!
it will really helps A Tester to know in which angle he has to think while creating the test.And not only this
it leaves with the idea that ..yes why cant we learn in this effective and efficient way just…Apart from clearing the test .
Marvalous effort …carry on
Thanks
Jadhav
what is QA Handshake and its process plz answer me???
Hi,
I want to know whether syllabus is changed for CSTE exams in 2008? or its same as in CSTE 2006 CBOK?
Hi,
I want to know whether syllabus is changed for CSTE exams in 2008? or its same as in CSTE 2006 CBOK?
pls reply me on deepali_kulkarni_comp@yahoo.co.in
how to give the exam of software testing……
pls tell me
HI Guys,
Good job, 1st of all i would lik2 say thnx to all of them involved in such a good process (to help others) i Hav done MCA and i wnt 2 mak my carreer in Testing would it b best option Plz provide me useful information regarding this bcoz i hav heard tht if u get good Project (eg Banking, Finance)in testng thn only its good 4 u othrwise testng is nt good option , less vacancies r thr 4 testing and less growth as cmpar to database and development is it right, and i also wnt 2 knw tht most of people cmng in this field aftr jst cmpltng their Graduation so wts diff between we (MCA) and thm (graduate).plz answer these all question its humble request thnx again good bye
info
Good
Hi,
I am also preparing for CSTE, can any one please forward me the material for CSTE to my mail id
My Email id : abdul.quddus@yahoo.co.in
Thanks
Abdul Quddus
very Nice
I am also preparing for CSTE, can any one please forward me the material for CSTE to my mail id
My Email id : arun_kriss@yahoo.com
Hi… me too preparing for CSTE , please forwaard me the Materials to my mail ID,
aasaiasai@gmail.com
very nice…
can u please send me the CSTE Material to mentioned my mail id and the details how to apply for CSTE exam …?
Thanks in advance…..
I am new in testing,prsentely im teach computers, can i go in testing, if yes what can i do?
Contact QAI - Bangalore on 080 - 4157 4806/07 for any queries on CSTE….
I have heard that they have started a course to prepare candidates for the CSTE exams.. recently.
Hi,
I am also preparing for CSTE, can any one please forward me the syllabus and material for CSTE to my mail id
My Email id : ajaymaurya23@gmail.com
Thanks
Ajay Kumar Maurya
Hi,
I am also preparing for CSTE, can any one please forward me the syllabus and material for CSTE to my mail id
My Email id
rjkumari@netik.com
Could you please mail me test question papers to my id kapilsapra7@gmail.com.
Hi,
I am also preparing for CSTE, can any one please forward me the syllabus and material for CSTE to my mail id
My Email id
Divyananji@gmail.com
Hi,
I am planning to give CSTE exam on March.
Can anyone send some prematerial for the exam?
Hi,
I am planning to give CSTE exam on March.
Can anyone send some prematerial for the exam?
My mail id is sarang.pol@gmail.com.
HI
I am working in software company as QAeng. I am planning to give ISTQB exam. Can any one give me details about the exam. My mail id: abhishek1804@gmail.com
hello
I want to know the CSTE exam fees.If possible plz reply me ASAP.Thanks and All the best
I want to know about the details for CSTE exam and the fees structure. Can anyone give me the information and the material for the exam to prepare.Please help me out
I wish to learn software testing. i am a post graduate in science with diploma in computer applications. which is the best institute in india to start with. Are there good software testing institutes in kerala preferably trivandrum
regards and thanks in advance
Hi guys,
Why do not provide dumps for ISTQB,CSTE and so on.Bcoz of Java people are getting so many dumps for their certification exams. If it is available that could be helpful for QA guys.
Please look at this concern.
Cheers,
Vardhan.
I have Completed ISTQB Certification…
Please guide me what should be my next level of Certification… to improve me as tester…
(I have QTP some Knowledge too)
Thanks
Ashok Kumar V
Thanks for such a nice article. Currently, am getting ready for my CSTE exam. Is there any way, I can get access to more questions?
I have been reading the CBOK, but its getting really hard to retain all the information. Do you think if I concentrate on these questions, I should be able to pass the exam? I have few years of experience in Quality control.
THank you.
Tina
All the aspirants of CSTE, just go through CBOK for atleast 3 times, that is more than sufficient. For the 1st time, it would be tough but the 2nd and 3rd time revision, would ease out all your fears!!! Next get hold of past papers and practice as many of the questions do come from past papers. Best of luck to all of you
Hi,
I saw the site. Currently i have been to a product co. It’s good knowing things more besides office work schedule. I am really delighted reading through the Question/answer sessions, as each of scenario is quite expressively elaborative, how easy or how tough the questions be.
Could anyone help me in giving more info on scheduled Exam in coming days..
Sincerely,
Sujit
Please let me know more question paper
thank you for your time and help.
Hi,
You are doing a great work..Keep it up.
During a Surfing a your website , I have found a issue.
Currently i can not excess this page with page Up & Down Keyboard keys.
You can fix this if you want.
I am just inform you for better performance.
Dont take it initiative.
With Regards,
Vishal shah
Web Tester.
Hi people, I am really very greatful to the author of this article.
btw, I am Kavya and I have completed B-tech,IT (fresher). I am aspiring to be a Test Engineer very soon. Thanks a lot once more.
HI KAVYA,
DO CSTE,ITS BETTER OPTIONT TO YOU GET PLACED IN IT ORGANISATION
@CH.GIRISH,
Thanks a lot for your suggestion, but I read in an article of this website that CSTE requires 2 yrs experience.
I am also interested in CSTE & ISTQB advanced level certification…..Can anyone give me the information and the material for the exam to prepare….
mail me @ sunny_p1087@rediffmail.com
Nice session of Q & A.
Can anyone send the material for CSTE & CSTP which CS is best one.
tufailfifa99@gmail.com
can any one guide me to clear CSQA
where is ur download section. i want some CSTE question papares
Hi All,
Anybody know CSQA –help me understand this guys..
hi i am more interesting to choose my career as tester can u guide me just now i have seen SQAC certification exam please give advice me that is usefule to get job through this cerfication
hi sundar, since you are trying to build your career with software testing, its better to go ahead with ISTQB (founation and then higher level) instead of SQAC certification.
Hi friends, my name is sherla,i am fresher(B.E cs) and i want persue my career in testing by self studying So, can anybody send me the BASIC material for testing and please give me tips for ISQTB certification and any material for foundation level.
you can send to: sherla.shukla@rediffmail.com
Hi,
Iam planning to take istqb certification (foundation level).Pls send me the exam material and questions to my mail:vijayalakshmis_2000@yahoo.com.
Thanks,
Vijayalakshmi
Could any one send me latest material to clear 2009 CSTE exam at sachdevanidhi2005@gmail.com
Thanks in advance
Hi every one,
I am new to this site. Can any one of you share your experiences about the CSTE certification.
I am planning to write this exam.
It would be really great if any of you can share the material for CSTE 2009.
Here is my Mail ID: Harika.bulusu@gmail.com
Regards,
Siri.
Hi,
Iam planning to take istqb certification (foundation level).Pls send me the exam material and Sample questions to my mail:kaliappan7@gmail.com
Good Questions..Please let me know more question paper
thank you for your time and help.
Please provide whole question paper with answers….
please send me the cste model question papers if you have. It willbe more helpful for me.
my mail id mangai_blr@yahoo.co.in
I am very much intersted to attend the CSTE certification.Please send me some helpful document so that i can read and easy to appear the exam.
Also send me procedure .how to apply the exam and model question paper with answers.
I am planning to give CSTE exam on May.
Can anyone send some prematerial for the exam?
All Material and dump for question and answer.
Please send it to my mail ID.
My Mail ID is richa.singh.mn@gmail.com
Hi Tiger2k,
SORRY FOR GETTING BACK TO YOU LATE!
This is in response to your Earlier query regarding my background!
“Good to know that you want to make a career in software testing, could you please clarify as in what exactly your doing now, your qualificiation and what courses you have done, that will be helpful to answer your question. …..”
….I am basically a B.Com Graduate from Delhi University and a PGDCA from DOEACC (A-LEVEL) and Was last employeed with ST.INfosys Jaipur as a Business Analyst.
My Role in the Organisation was
- Being part of the SDLC in the U.S. Health Insurance Domain.
- Requirement Specification
- Testing and Test Case preparation.
- Being involved in Test Plan Design and Updating
- Bug reporting
- Updating Tools for keeping track of Testing progress.
- Training Junior Bus. Analyst on the application
_ Mentoring my juniors
I am currently in Chennai . Due to a sudden transfer of my wife to Chennai which was unavoidable and hence looking for an opening. I have also done a course in Manual and Auomation Testing from Elmaq-Vadapalani Branch.
Could you advice me how should I proceed.
Thanks
Regards
Subramanian
Hi Tiger2k,
SORRY FOR GETTING BACK TO YOU LATE!
This is in response to your Earlier query regarding my background! (Kindly Refer above to earlier conversation!)
“Good to know that you want to make a career in software testing, could you please clarify as in what exactly your doing now, your qualificiation and what courses you have done, that will be helpful to answer your question. …..”
….I am basically a B.Com Graduate from Delhi University and a PGDCA from DOEACC (A-LEVEL) and Was last employeed with ST.INfosys Jaipur as a Business Analyst.
My Role in the Organisation was
- Being part of the SDLC in the U.S. Health Insurance Domain.
- Requirement Specification
- Testing and Test Case preparation.
- Being involved in Test Plan Design and Updating
- Bug reporting
- Updating Tools for keeping track of Testing progress.
- Training Junior Bus. Analyst on the application
_ Mentoring my juniors
I am currently in Chennai . Due to a sudden transfer of my wife to Chennai which was unavoidable and hence looking for an opening. I have also done a course in Manual and Auomation Testing from Elmaq-Vadapalani Branch.
Could you advice me how should I proceed.
Thanks
Regards
Subramanian
Hi,
I am planning to give ISTQB exam.
Can anyone send some prematerial for the exam?
All Material and dump for question and answer.
Please send it to my mail ID.
My Mail ID is priyabratapattnaik@yahoo.co.in
Thanks
Priya
Hi,
I am planning to give CSTE exan in July
pls send all the material and papers on shamal.bhandarkar@gmail.com
Hi,
I am planning to go for CSTE certification. Pls forward me sample questions or dumps on below mentioned id.
danishakhlaq@india.com
thanks in advance.
Dan
Hello,
I have a plan to go for CSTE certification. Please send me sample questions or dumps to following mail id.
skumerason@gmail.com
thanks in advance.
Dan
hi
i am preparing for ISEB certification (testing)SO Plz tell me book name for certification
Hi all,
I have 2 yrs experience in testing and now want to get a certification in software testing.
Can you guys please advice which particular certification would be the best choice.
-m
Hello All,
I am planning to go for CSTE , please provide me sample questions/ dumbs.
I am having CSTE book which is a oler version, Can someone send me the latest one.
My eamil is
e.gauravagarwal@gmail.com
Many Thanks!
Gaurav
Hello ,,,
I’m planning to take CSTE please provide me sample questions…
here is my Email address :
Vague.raz@gmail.com
Thanks
Can u please send me the CSTE Matireal. It would be very thankful. Thank U.
My Email ID: raghavcts@gmail.com
Please Send me CSTE matireal.
Thank You.
Hi,
I want to give the CSTE exam. Kindly let me know how to go for it .
Rgds,
Rains
hi all, first i have say thankx to softwaretestinghelp website ceo for providing the updates for a software test professionals. I have cleared my ISTQB Foundation level and i am planning to appear for CSTE. I need a complete guidance like how to start, whcih books, materials to read, sample papers, how much per day to be spent, how many months for preparation, when to apply for exam ………….
Kindly help me for clearing of my cste certification.
Hi,
I have 4 yrs of exp in testing.
I have completed ISTQB foundation level exam. And I want to appear for advance ISTQB.
Please guide me with the syllabus and the required study material.
Also let me know which one is more relevant for me CSTE or ISTQB ?
Regards
Sudha
Yeah! really all the question and theeir answers are like jinx.
Thanks!!
Yeah! really all the question and their answers are like jinx.
Thanks!!
I want information about Software Testing Cetification means
I need a complete guidance like how to start, whcih books, materials to read, sample papers, how much per day to be spent, how many months for preparation, How to apply, which website have to prefer for certification,when to apply for exam ………….
My mail: hemlatakatkar23@gmail.com
# Hemalata,
Where from you.If u r frm Hyderabad, then go to MindQ institute which is located at SR Nagar, Ameerpet.
They will clarify ur all doubts abt and that is the study center for CST.
Hi all,
actually in small companies,they dont follow any testing procedure like how its in MNCs.so can employees working in small companies and not following any process or procedure able to clear cerfication exams.
Plz let me know the knowledgewise eligibility to appear for cerfication exams
thank you
Madhu
Leave a Comment