Blog Archives

Manual previous assignment

Section: Testing Concepts

SDLC

How Various IT Department are related with each phase of SDLC

What are various phases of SDLC?

  1. How various departments of IT company involves in various phases of SDLC? Discuss role of various IT departments for various phases of SDLC?
  2. What is waterfall Methodology?
  3. What is software reliability?

STLC

  1. What is full form of STLC? Does it part of QA dept. or entire IT company?
  2. Explain various phases and activities of STLC?
  3. How SDLC is different from STLC?
  4. Compare phase wise what is covered in each phase of SDLC and corresponding STLC?
  5. Why STLC is important for QA Dept.?

Testers Qualities

  1. What qualities testers should have?
  2. As a tester, what qualities do you have? Provide with examples to justify your qualities?
  3. Describe what you would like to do in a new job as a Software Tester?
  4. Why A Tester needs to interact with various IT departments?

Why Testing Is Important?

  1. Why is Testing Important? Justify with few good examples?
  2. What happen if you not test software properly? Provide few examples and problems occurred due to not testing enough?
  3. How rigorous testing helps IT companies?
  4. Why Testing is important in Software Industry?
  5. What are the advantages of starting early testing in SDLC?
  6. Can testing be 100%? if not then why?
  7. Provide various justifications for separating software testing from software development job? Why not software developers should conduct complete testing rather than companies pay separately to software testers?

Different Types Of Testing

  1. What are the different types of Testing?
  2. Explain each in not more than 5 sentences:
    • Unit Testing
    • Integration Testing
    • Alpha Testing
    • System Testing
    • Usability Testing
    • Cross Browser Testing
    • Multi Platform Testing
    • Performance Testing
    • Security Testing
    • User Acceptance Testing (UAT)
    • Beta Testing
  3. What is Functional Testing? List various testing which come under this category?
  4. What is Non Functional Testing? List various testing which come under this category?
  5. How Acceptance testing is importance? Who does acceptance Testing? What we do in this testing?
  6. List five key differences Smoke Testing Vs Sanity Testing?
  7. Define Manual Vs Automated testing?
  8. List as many differences as you can between white box testing and black box testing?

Test Cases

  1. What is a Test Case?
  2. List out level of Test Cases? What are fields of a Test case Template?
  3. Write test cases for Gmail Login? Give at least 5 examples?
  4. Design 3 positive Test cases and 3 negative test cases regarding: http://newtours.demoaut.com
  5. What problems you face in writing test cases?
  6. What is called a good Test Case? What is a bad Test Case?
  7. What are guidelines for writing Test Cases?
  8. What is Test Data? Why is it important?
  9. Develop Test cases for Flight Reservation Application?
    (Use standard guidelines to write your test cases. Cover all sections provided in SRS).

Test Plan

  1. what is Test plan ? What are the Contents of a Test Plan? Describe each.
  2. Write an example of a Test Plan?
  3. Develop Test Plan for Flight Reservation System Application? Make sure you cover all the sections and it should looks like professional document?

Traceability matrices

  1. What is Traceability matrices? How to use it?
  2. Traceability matrix is useful? How? Describe with Example with any application?
  3. Develop Traceability Matrix for Flight Reservation Application?

Requirement

  1. What’s full form of SRS?
  2. Why SRS is important in Manual Testing?
  3. What is Use Cases?
  4. Design 5 different Use Cases?
  5. What are Non-functional Requirement in SRS?
  6. Design an Use Case Diagram? Describe briefly.

Test Strategies

  1. What is Test Strategies? Importance.
  2. Discuss a Test Strategies on object-oriented software?
  3. What are the different Test environment, infrastructure and tools?

Test Methodologies

  1. What is Agile Methodology?
  2. How Scrum Works? Describe each components.
  3. What is Product Backlog? Design a Sample.
  4. What are advantage and disadvantage Agile Scrum?
  5. How Waterfall model work? Define each Phase.
  6. Why Waterfall model is harmful?

Defect Management

  1. What is software defect or bug?
  2. List 10 different defects with example which you encountered in your previous projects?
  3. What are the different causes of Defects i.e why defects occur?
  4. Define Defect Life Cycle?
  5. What is defect  or bug report?
  6. Have you developed bug report? If yes, then explain what are various sections did you include in your bug report?
  7. How was defect management process implemented in your company?
  8. Once QA found defect, what s/he does with that defect?

Test Effort Estimation

  1. What is Test Effort Estimation?
  2. Design a Test Effort Estimation?

Case study Questions

  1. http://www.amazon.com/gp/cart/view.html/ref=nav_cart
    What will you like to test if you are hired by Amazon and assigned to test e­cart application? Please list out all the possibilities after careful review.
  2. Find as many defects as you can for below web site link, list down what did you test, what did you find and bring your findings in class:
    http://newtours.demoaut.com/
  3. You are hired by yahoo and they are asking your opinion for what kind of testing you will recommend for http://www.yahoo.com. Please provide the list of various testing types which you will recommend and justify them? Explain with examples about why did you pick those testing types?
  4. Use my template for Test cases, develop all possible test cases in excel for below link:
    https://accounts.google.com/ServiceLogin?sacu=1&scc=1&continue=https%3A%2F%2F mail.google.com%2Fmail%2F%3Ftab%3Dwm&service=mail&ltmpl=default&rm=false

Selenium Assignments

Selenium IDE

Visit http://newtours/demoaut.com

  1. Validate sign-on link is working?
  2. Validate register link is working?
  3. Validate support link is working?
  4. Validate contact link is working?
  5. validate title check after login and search flight
  6. Validate sign-in feature is working?
  7. Validate sign-in, searching, buying ticket flow is working?
  8. perform sign-in and logout testcase, login-searching and logout, login searching, book a flight and logout in one test case with different valid usernames and valid passwords. Just think how can we use store command???

visit http://www.qaonlinetraining.com/loginwithcookie/

  1. validate login cookie based
  2. how to verify cookie is exist or not. automate it(no need of recording)

visit http://www.qaonlinetraining.com/testcase.html

  1. validate ajax based pop up text and verify pop up text element is exist or not
  2. perform javascript confirmation pop up and checkout javascript alert through below link https://training.qaonlinetraining.com/selenium/documents/selenium-ide/javascript-alert/  and perform automation..

visit http://www.codetraverse.com

  1. automate newsletter subscription functionality and verify subscription is done??
  2. visit http://www.codetraverse.com/vocab-quizzes/vocab-quiz-for-m/ and click on start, then click on view answer of first question and checkout the view answer is working or not and verify it is showing right answer.
  3. verify menus and items under that for http://training.qaonlinetraining.com

Selenium Webdriver

  1. Check for broken links https://training.qaonlinetraining.com/selenium/documents/selenium-webdriver/check-broken-links-with-selenium-webdriver/
  2. Read Data from CSV File and Pass into Test https://training.qaonlinetraining.com/selenium/documents/selenium-webdriver/read-data-from-csv-file-and-pass-into-test/

 

ISTQB Assignment

ISTQB chapter 1

  1. Why testing is necessary?
  2. What are errors, faults and failures? Explain are they same or different?
  3. What are necessary things to avoid faults?
  4. What is exhaustive testing?
  5. Justify this statement: “Prioritise tests so that, whenever you stop testing, you have done the best testing in the time available”.
  6. Why influence testing needed?
  7. What are different levels of test planning? Define each.
  8. Define.
    1. Test planning
    2. A test case
    3. Test specification
    4. Execution
    5. Recording
    6. Check test completion
  9. What are the test completion criteria?
  10. Why test? Define.
  11. Define traditional testing approach?
  12. What is testing paradox?
  13. Who wants to be a tester?
  14. What are the responsibility of tester?
  15. What are various level of dependence?
  16. When re-testing is require?
  17. Define regression testing?
  18. How regression testing is related automation?
  19. How important are expected results?
  20. How to prioritise testing?

 

ISTQB chapter 2

  1. Define each step of V-model? How it work in late test design and early test design?
  2. What is VVT? Describe it.
  3. Why testing is expensive?
  4. What do software faults cost?
  5. How testing is expensive for you?
  6. What are the high level test planning?
  7. What are the different test plan?
  8. Define component testing? What are the component testing strategy?
  9. Define each step of component test process?
  10. What are the different test design techniques?
  11. Why integration testing in the small?
  12. Define top-down integration?What are the advantage and disadvantage of top-down integration?
  13. Define bottom-up integration?What are the advantage and disadvantage of bottom-up integration?
  14. What are the advantage and disadvantage of minimum capability integration?
  15. Why we are planning integration?
  16. Define
    1. System testing
    2. Functional system testing
    3. Non-functional system testing
    4. Requirements-based testing
    5. Business process-based testing
    6. Performance Tests
    7. Multi-User Tests
    8. Usability Tests
    9. Security Tests
    10. Documentation Testing
    11. User acceptance testing
    12. Contract acceptance testing
    13. Alpha test
    14. Beta test
    15. Maintenance testing
  17. What are the difference between alpha and beta testing?
  18. What to test in maintenance testing?

 

ISTQB chapter 3

  1. What are the benefit of reviews? Why is it cost-effective?
  2. What to review/Inspect at each level of V-model?
  3. What are different types of review of  a document?
  4. What are the different point to review of a document?
  5. Is inspection and reviews different from each others? Define it.
  6. Define the different process of inspection?
  7. What a static analysis do?
  8. How data flow analysis is useful for static analysis?
  9. What is Cyclomatic complexity?

 

ISTQB chapter 4

  1. What are the dynamic test techniques?
  2. What are the advantages of different test techniques?
  3. Define black box test design and measurement techniques?
  4. Why do both EP(equivalence partitioning) and BVA(boundary value analysis)?
  5. What is decision table? Describe each component?
  6. How we find rationalising outputs from decision table?
  7. Why Rationalising is danger?
  8. Define white box test design and measurement techniques?
  9. Define
    1. Statement coverage
    2. Decision coverage
    3. Paths through code
    4. Paths through code with loops
  10. Differentiate black-box and white-box testing?
  11. What is error guessing? How we derive a error guess?

 

ISTQB chapter 5

  1. Describe the organisational structures for testing?
  2. Write advantage and disadvantage on each:
    1. Testing by development team
    2. Testing by developers
    3. Tester on development team
    4. Independent test team
    5. Internal test consultants
    6. Third party test
  3. What are the usual choices test?
  4. What are the skill needed in testing? Why.
  5. What is configuration management? What are the different topics in configuration management?
  6. Define products for configuration management in testing?
  7. Describe test cycles / iterations?
  8. How time to report a faults?
  9. What is diverging S-curve? How to use it?
  10. What is incident? Describe Incident management?
  11. Describe incident cycle?
  12. Differentiate severity versus priority?
  13. What are the different standards for testing?How they use?

 

ISTQB chapter 6

  1. What are the different testing tool classifications? How they fit at different stage of V-model?
  2. Define:
    1. Requirements testing tools
    2. Static analysis tools
    3. Test design tools
    4. Test data preparation tools
    5. Test running tools - character-based, GUI
    6. Comparison tools
    7. Test harnesses and drivers
    8. Performance test tools
    9. Dynamic analysis tools
    10. Debugging tools
    11. Test management tools
    12. Coverage measurement
  3. What the main things to remember in captured test scripts?
  4. How to do automated verification?
  5. What are the different scripted manual testing?

VBScript Assignment

Introduction of VBScript

  1. VBScript is a language or not? Why is it use.
  2. Write a Program print “Hello World!”? Steps to execute on QTP editor.
  3. How to define variable in VBScript? Differentiate between Variable and Constants?
  4. List five predefined constants and their use?
  5. What is Variant in VBScript? Define Sub-data type.

 

Operator and Control Statements

  1. What is Operator? Define different type of operator with example.
  2. What are different concatenation operator available in VBScript? Give example with different data type.
  3. Define conditional statement? Describe Select case statement with example.
  4. What are the different type of IF statement in VBScript? Define each with their flow.
  5. What’s different between FOR...NEXT and FOR EACH...NEXT? Describe briefly.
  6. Differentiate between DO...LOOP and DO...UNTIL? What’s advantage of DO...UNTIL.
  7. Why & How we use EXIT FOR and EXIT DO with different looping statements?

 

Procedures in VBScript

  1. What is Procedures? Difference between Function and Sub Procedure.
  2. Define return type of Function procedure? What are the different type of arguments pass in a Procedure.
  3. List advantage of ByRef type arguments?

 

Object-oriented in VBScript

  1. Script languages are not following OOP’s concept? Why.
  2. What is class in VBScript? How we define classes.
  3. What’s advantage of VBScript classes?

 

Write Program in VBScript for QTP editor

  1. Write a program for print a text message?
  2. W.A.P. for perform various arithmetic operation on two operands?
  3. W.A.P. to find area of a circle? Use pi=3.14 as a constant.
  4. W.A.P. to concatenate two string using + ?
  5. W.A.P. to concatenate two string using & ?
  6. W.A.P. to check two No. are equal?
  7. W.A.P. to find greatest No. among three No.?
  8. W.A.P. using SELECT statement for perform various arithmetic operations?
  9. W.A.P. to  read and display five No. using Array variable?
  10. W.A.P. to display all No. between 1 to 20 using FOR...NEXT?
  11. W.A.P. to display all the even No. between 1 to 20 using WHILE...WEND?
  12. W.A.P. to display all the odd No. between 1 to 20 using DO...LOOP?
  13. W.A.P. to display all No. between 1 to 20 using DO...UNTIL?

Loadrunner Assignment

Loadrunner Questions:-

  1. What are the advantage of Loadrunner?
  2. What is Load Testing? Describe Load testing is not a substitute for functional testing?
  3. What are Load testing process?
  4. What functions or business processes should be load tested?
  5. Describe Load testing terminologies? Briefly.
  6. What are contents of performance-testing effort in project context?
  7. What is Loadrunner? How Loadrunner addresses the performance testing?
  8. Define Vuser Generator?
  9. Write steps of creating vuser scripts?
  10. How record the transaction in either vuser_init or vuser_end? Write Steps.
  11. How we insert a parameterization statements? Write Steps.
  12. What is protocol? List any five protocol with short description.
  13. What is the use of controller? How we use it.
  14. List the advantage of analysis in Loadrunner?
  15. How to run a scenario?
  16. Define different type of Graph analysis?
  17. What is SLA(service level agreements)? Describe it.
  18. How to draw a SLA reports? Why is it important.
  19. What is X Worst transaction?
  20. Define these SLA report components:
    1. Transaction response time under load
    2. Hits per second graph
    3. Running vusers graph
    4. Average transaction response Time
    5. Throughput

Java Assignment

Theoretical:

  1. Discuss main features of Java?
  2. Justify. Why Java is platform independent?
  3. What are the data types in Java? List them with Size.
  4. What is variable in Java? What are different types of variable? Describe.
  5. Write step for setup Java project in Eclipse?
  6. What different types of operator in Java? Describe each.
  7. Define various IF statements in Java with syntax?
  8. What’s advantage of Switch statement over IF? Explain with example.
  9. What’s different between Entry-checking and Exit-checking loop?
  10. Define various loop statements with syntax?
  11. What is an Array? Define various types of Array and there example?
  12. What’s different between character Array and String?
  13. Define String Class and there methods?
  14. What is function? How we define a function in Java? Define all the keywords which are use with a function?
  15. What are the different type of argument for a function?
  16. What is file in Java? Describe FILE class.
  17. Describe all the steps to connect any application with the database in Java using JDBC?

 

Write Program in Eclipse

  1. Write a program to print “Hello World!”.
  2. W.A.P. (Write a program) to use all arithmetic operator on two operands?
  3. W.A.P. to use all relational operator?
  4. W.A.P. to find greatest No. among three No. using conditional operator?
  5. W.A.P. to check a No. is odd or even?
  6. W.A.P. to check a year is leap year or not?
  7. W.A.P. to check a No. is +ve, zero or -ve?
  8. W.A.P. to find greatest No. among three No.?
  9. W.A.P. to perform arithmetic operation on two No. using switch statement?
  10. W.A.P. check Grade. Where grade are - (A - Excellent), (B - Good), (C - OK), (D - Mmmm..), (F - Must do better)
  11. W.A.P. to make choice for user to check a No. - Even, Odd, Prime or Not Prime?
  12. W.A.P. to check a No. prime or not using While loop?
  13. W.A.P. to check a No. is palindrome or not?
  14. W.A.P. to print table of a No. using do...while loop?
  15. W.A.P. to sum n natural No.? Where value of n is input by user.
  16. W.A.P. to read an array of five No. and display?
  17. W.A.P. to insert a value in the list at specific position?
  18. W.A.P. to find smallest No. from the list and it’s position?
  19. W.A.P. to search a No. in an Array?
  20. W.A.P. to find average of ten No.?
  21. W.A.P. to read a String and display with length of the string?
  22. W.A.P. to concatenate two string using String function?
  23. W.A.P. to check a string is substring of the first string?
  24. Write a function to find greatest No. among two No.?
  25. Write a function to print table of a No.?
  26. Write a function to print reverse of a No.?
  27. Write a program to perform following FILE operation?
    1. Create a file
    2. Write in the file
    3. read from the file
    4. close the file
  28. Write a program to perform following operation on Oracle Database?
    1. Create table
    2. Insert value in table
    3. Update vale in table

Database Assignment

Introduction of Database

  1. What is DBMS?
  2. List commercial Databases available in market?
  3. Define RDBMS?What are the advantage of RDBMS over DBMS?
  4. Why Database needed in development?
  5. What are the components of Database?
  6. Role of a DBA in Database?

Basics of Database

  1. Explain various elements of a table? With examples.
  2. Database is a collection of only tables or more than this? Justify?
  3. What are different data types are use in Database table? List down.
  4. What is Constraints? Define different type of constraints?
  5. What is called referential integrity?
  6. What do you mean by primary key? Differentiate with foreign key?
  7. What is called view? Why we create it?

Database Operations

  1. Define DDL, DML and DCL.
  2. What is CRUD operation? Define it on a table.
  3. Define JOIN? Describe different types of JOIN?
  4. How web front end interact with database?
  5. Create a Table name as RECORDS, Where columns are- Id, Name, Address, Phone. Perform following operation on it.
    • INSERT
    • UPDATE
    • SELECT all
    • SELECT Id and Name
    • SELECT with WHERE clause
    • DELETE
    • ALTER table
  6. What is SQL subquery? Explain with example.
  7. What is a purpose of using union?
  8. Explain all wildcards available in SQL?
  9. How we can add extra column in table? List the name of SQL statement?

Database Testing

  1. What is database testing? Define it’s objective.
  2. How database play a role in different architecture?
  3. What are the problems, when we ignored Database testing?
  4. What do we Test at the Database Level?
  5. Some SQL Queries on Our Database(https://training.qaonlinetraining.com/execute_sql/)
    • How to display all information from customers  table?  Develop a query and run that?
    • Develop SQL to display all information stored in employee table?
    • Develop SQL to list all information in products table?
  6. Why we use distinct? Develop sql query to display various cities from where customers belong to? execute it and make sure you can get the results.
  7. Develop SQL to list all customers from Germany? execute and make sure you can get results.
  8. Display SQL to display all customers belong to UK and London? execute it and make sure you can get the results.
  9. Develop SQL to display all customers which are order by in ascending order on city? Execute and make sure you can display results.
  10. Develop sql to display first 5 records from products table. Execute and verify results.
  11. Develop sql to display all customers who belong  to country which name starts with M. Execute and verify results.
  12. Develop sql to display all customers who belong to country which name end with y.
  13. Develop sql to display all customers who belong to country which name not start with M.
  14. Develop SQL which selects all customers with a Country containing the pattern “land”.
    • Develop SQL to display all products between price 10 and 20. Execute and verify the results.
    • Develop SQL to display all products not between price 10 and 20. Execute and verify the results.
    • Develop SQL to display all orders from orders table between ’04-July-1996′ and ’09-July-1996′
  15. Develop SQL query which explain how to use aliases to display column names?
  16. Develop sql to display average value of price column from products table?
  17. Develop SQL query to return total number of records from customers  table?
  18. Develop SQL to find the price of costliest and cheapest items from product table?
  19. Using inner join, develop sql on customers and order table which display all customers who book orders?
  20. Using left join on customer and order table, develop sql which display all customers and whatever orders they have?
  21. Using right join on customer and order table, develop sql which display all customers and any order they have places?
  22. Develop SQL to display all customers group by different countries?
  23. Using product table, develop SQL which display all products group by supplier id and price more than 18?
  24. Explain five sql functions? With example.

Manual Testing Assignment

Section: Testing Concepts

SDLC

What do you understand by SDLC

Explain different phases of SDLC

How Various IT Department are related with each phase of SDLC

Is SDLC Part of QA or Entire IT Company

STLC

What do you understand by STLC

Explain Each Phase of STLC

How STLC differs from SDLC

Testers Qualities

  1. What qualities testers should have?
  2. As a tester, what qualities do you have? Provide with examples to justify your qualities?
  3. Describe what you would like to do in a new job as a Software Tester?
  4. Why A Tester needs to interact with various IT departments?

Why Testing Is Important?

  1. Why is Testing Important? Justify with few good examples?
  2. What happen if you not test software properly? Provide few examples and problems occurred due to not testing enough?
  3. How rigorous testing helps IT companies?
  4. Why Testing is important in Software Industry?
  5. What are the advantages of starting early testing in SDLC?
  6. Can testing be 100%? if not then why?
  7. Provide various justifications for separating software testing from software development job? Why not software developers should conduct complete testing rather than companies pay separately to software testers?

Different Types Of Testing

  1. What are the different types of Testing?
  2. Explain each in not more than 5 sentences:
    • Unit Testing
    • Integration Testing
    • Alpha Testing
    • System Testing
    • Usability Testing
    • Cross Browser Testing
    • Multi Platform Testing
    • Performance Testing
    • Security Testing
    • User Acceptance Testing (UAT)
    • Beta Testing
  3. What is Functional Testing? List various testing which come under this category?
  4. What is Non Functional Testing? List various testing which come under this category?
  5. How Acceptance testing is importance? Who does acceptance Testing? What we do in this testing?
  6. List five key differences Smoke Testing Vs Sanity Testing?
  7. Define Manual Vs Automated testing?
  8. List as many differences as you can between white box testing and black box testing?

Test Cases

  1. What is a Test Case?
  2. List out level of Test Cases? What are fields of a Test case Template?
  3. Write test cases for Gmail Login? Give at least 5 examples?
  4. Design 3 positive Test cases and 3 negative test cases regarding: http://newtours.demoaut.com
  5. What problems you face in writing test cases?
  6. What is called a good Test Case? What is a bad Test Case?
  7. What are guidelines for writing Test Cases?
  8. What is Test Data? Why is it important?
  9. Develop Test cases for Flight Reservation Application?
    (Use standard guidelines to write your test cases. Cover all sections provided in SRS).

Test Plan

  1. what is Test plan ? What are the Contents of a Test Plan? Describe each.
  2. Write an example of a Test Plan?
  3. Develop Test Plan for Flight Reservation System Application? Make sure you cover all the sections and it should looks like professional document?

Traceability matrices

  1. What is Traceability matrices? How to use it?
  2. Traceability matrix is useful? How? Describe with Example with any application?
  3. Develop Traceability Matrix for Flight Reservation Application?

Requirement

  1. What’s full form of SRS?
  2. Why SRS is important in Manual Testing?
  3. What is Use Cases?
  4. Design 5 different Use Cases?
  5. What are Non-functional Requirement in SRS?
  6. Design an Use Case Diagram? Describe briefly.

Test Strategies

  1. What is Test Strategies? Importance.
  2. Discuss a Test Strategies on object-oriented software?
  3. What are the different Test environment, infrastructure and tools?

Test Methodologies

  1. What is Agile Methodology?
  2. How Scrum Works? Describe each components.
  3. What is Product Backlog? Design a Sample.
  4. What are advantage and disadvantage Agile Scrum?
  5. How Waterfall model work? Define each Phase.
  6. Why Waterfall model is harmful?

Defect Management

  1. What is software defect or bug?
  2. List 10 different defects with example which you encountered in your previous projects?
  3. What are the different causes of Defects i.e why defects occur?
  4. Define Defect Life Cycle?
  5. What is defect  or bug report?
  6. Have you developed bug report? If yes, then explain what are various sections did you include in your bug report?
  7. How was defect management process implemented in your company?
  8. Once QA found defect, what s/he does with that defect?

Test Effort Estimation

  1. What is Test Effort Estimation?
  2. Design a Test Effort Estimation?

QC Assignments

QC Assignment

 (Theory Assignment)

  1. What is QC? Describe Quality Center architecture?
  2. Define Test Management in QC with diagram?
  3. Define Releases and Cycle?
  4. What are the steps of Test Plan in QC?
  5. How to designing Test steps in QC?
  6. Draw a Process flow diagram and define it?
  7. What is Test Sets?
  8. Define defect management using QC?
  9. How defect linking directly or indirectly with an Entity?
  10. Write the steps of creating favorite views for a defect?
  11. What is Reports? How we generate it?
  12. What is Sub-Reports? Define, How a report contain a sub-reports?
  13. How we create a Quick Reports?
  14. What is Document Generator? What are main field in Document Generator? Write the steps for generating a document?
  15. Can we create traceability matrix in QC? If yes, then list all steps for creating it in QC?
  16. Write an example on QTP process?
  17. What is Quality Management?
  18. What is Static and Dynamic testing?
  19. Differentiate QA & QC?
  20. What are the 4 C’s in Defects? Define each.
  21. What is Software Inspection? Define the Process of Software Inspection with diagram?
  22. Define Formal Inspection Process?

 

(Practical Assignment)

Use QC Tools and create below items on your machine and show in class

  1. Create requirement in QC for FRS (Flight Requirement System) application.  Use below link to get the requirement for QC tool:
    https://docs.google.com/file/d/0B0urRyIqvwHxZzNteV9DaERBY0E/edit
  2. Use QC and create Test cases for FRS (Flight Requirement System) application.  Use below link to get the copy of Test cases for QC:
    https://docs.google.com/file/d/0B0urRyIqvwHxZzNteV9DaERBY0E/edit
  3. Open HP FRS desktop application on your machine and execute above Test Cases using Test Lab in QC?
  4. Think about possible defects for FRS desktop application and list at least 10 possible defects.
  5. Use above possible defects  proposed by you and create those in QC using defect management module.
  6. Link above created defects to Test cases and requirement in QC?
  7. Create traceability Matrix in QC by linking  above entered  Test cases to Requirement?
  8. Investigate and generate various reports for FRS application using QC tool?

Loading Questions

If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com