what is exploratory Testing?
Answer Posted / kiran kumar
DUE TO LACK OF DOCUMENTATION TESTING TEAM WILL PREPARE
SCENARIOS AND TEST CASES DEPENDING UPON PAST
EXPERIENCE,DISCUSSIONS WITH OTHERS, INTERNET
BROWSING,SIMILAR SOFTWARE OPERATIONS,BOOK READING, MEETING
WITH CUSTOMER AND OBSERVING EXISTING SCREENS IN TESTING
PROJECT. THIS TYPE OF TESTING IS CALLED AS EXPLORATORY TESTING.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Dear all I need an advice about sqa field last year i have completed my graduation in computer engineering and i have just started my career as Software engineer in QA field and working in a software company. The problem is that I am very confused about my career in this field because I want to know that how much it's necessary that the programming concepts and the programming should be strong if the person is working as a sqa engineer if i talk about myself i can create logic with respect to programming but for me it's very difficult to implement my logic in form of code and is programming field has strong scope over sqa field and as a sqa engineer what will be my prestige in front of programmers. I want to know what appourtinutes i will get in this field after some period of time and what will be the next step(desigination)in that field.Kindly reply Regards
Hai Friends I am working as a Software Test Engineer in Bangalore. I am taking Classes at weekends on Testing Concepts. I will teach will all the real time examples and writing the Test cases, Document Management and also about what are all the duties of a real time Test Engineer at a company. Course Fee is very minimal and only in week ends. For who attended the class any time support through phone and job guidence. Intrested Friends mail me at vinodhanandhan@gmail.com
What are the dimensions of the risks?
Please, list many things You’ll do (effort) as a SQA Tester, in this Company software project from the idea making of the specification, till that software released!
What the purpose of testing?
What is maturity level?
In Software Development Team, Who has the biggest and smallest salary? Can You list all of it? It say that SQA Tester is the smallest one, Is it right?
Explain what is traceability matrix?
What is the Differnce B/W Quality Management and Quality Control
What is specification-driven testing?
What does the software qa document should include?
Give me example of automate the regression test suite ........Thanks...
iq test
Explain the types of documents in software quality assurance?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username