Book Image

Learning Selenium Testing Tools - Third Edition

Book Image

Learning Selenium Testing Tools - Third Edition

Overview of this book

Table of Contents (22 chapters)
Learning Selenium Testing Tools Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Self-test Questions


  1. Classes belong to which data type?

    1. Primitive

    2. Non-primitive

    3. Both a and b

    4. None

  2. Which one of the following is true for local variables?

    1. Local variables are declared in methods, constructors, or blocks

    2. Local variables are declared in a class, but outside a method, constructor or any block

    3. Both a and b

    4. None