최신 GAQM: Software Testing CPST-001 무료샘플문제:
1. What is Selenium's recording language?
A) HyperText Markup Language
B) Java
C) Ruby
D) C#
2. The term JSON refers to ______________.
A) Java Object Notation
B) None of the above
C) Java Object Naming
D) JavaScript Object Notation
3. You need to run your Selenium tests in parallel using TestNG. How would you configure TestNG to run tests in parallel?
A) Use the parallel="classes" attribute in the TestNG XML configuration file.
B) Manually specify the test classes and methods to run in parallel in the TestNG configuration.
C) Use the Parameters annotation to pass parameters for parallel execution.
D) Use the parallel="methods" attribute in the TestNG XML configuration file.
4. What is the Selenium IDE plug-in to run the Selenium Test Suite?
A) Flex Pilot
B) Whit Code Plexer
C) Test Runner
D) Test Suite Runner
5. How are the plug-ins can be added to the Selenium ?
A) JavaScript global variables
B) API
C) Global Templates
D) RTTI
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: D | 질문 # 3 정답: A | 질문 # 4 정답: C | 질문 # 5 정답: B |