Hello dear Learners if you want to know about TCS 65914 Exam MCQ with Answers | TCS 65914 Exam Dumps | TCS 65914 Exam All Questions with answers | TCS 65914 Exam Multiple choice questions with Answers | TCS 65914 Exam Objective type questions with answers then you will get it here.
To Get more Exam Question Answers please join our Telegram Channel – https://t.me/tcs_fresco_play_ievolve_pra_ira
What is the class name that contains all keyword function(Used in script mod~)
- WebUi
- webview
- webview and webUi
- None
Ans: 1
Which of the following is not one of the execution mode in Test Suite Collection?
- Sequential
- Concurrent
- Parallel
- All
Ans: 2
Which among the following keywords is not a valid default keyword present in a web application project of Katalon Studio
- Click offset
- Take screenshot
- Deselect option by value
- Create Keyword
Ans: 4
Sequencing of test cases cannot be done after adding them into a test suite.
Ans:False
Which type of Xpath is given below?
/html/body/div[1 ]/div[2]/form/div[1]
- AbsoluteXapth
- Relative Xpath
Ans: 2
Katalon Studio does not provides the capability for debugging test scripts
Ans: False
How many types of Themes available for KataIon Tool
- 3
- 1
- 2
- 5
Ans: 1
If we are at password Element how to switch to forgot_password Element
<form id="auth-code-outer" name="loginForm">
....... <di~ id="password">
....... <div id="forgot_password">
Ans – //* [@id=”password*]/following-sibling::div
How to use multiple line comments in groovy?
- /* */
- *\ *\
- //
- /*
Ans: 1
We can open a new project workspace in KataIon studio by using?
- File-> Import Settings-> Open Project
- File-> Open Project
- File-> Import Keywords
- Fi le-> New Sample Project
Ans: 2
Failure handling can be set at _
Ans: Project level and Step Level
The default browser environment that Katalon studios uses for test scripts
- Project> Settings > Execution
- Project> Settings> Test Design
- Project> Settings > Desired Capabilities
- None
Ans: 1
Advantages of headless browser includes
1.we can run the script in headless version of chrome browser
2.There are no UI in the browser in foreground
3. it will be faster as compared to normal browser
4..All
Ans: 4
Path to import External Keywords in Katalon Tool
Ans – File->Import Keywords
Path used to terminate the webdriver from Katalon Tool
- Task Manager-> chromedriver.exe-> (Right click)End Task
- Tools -> Web -> Terminate running Webdrivers
- Delete Chromdriver from Katalon setup
- None
Ans:2
In a test suite collection, we cannot mention different browsers for different test suites for
Ans:False
How can we add any external libraries needed in Katalon studio?
- Project-> Settings-> External Libraries
- Project-> Settings-> Execution-> External Libraries
- Windows-> Preferences-> External Libraries
- None
Ans:1
Which of the following keyword is used to upload a file in KataIon?
- Upload File
- Upload
- File Upload
- None
Ans:1
Which of the following plugin is required for report generation?
- Get Reports Plugin
- Generate Reports Plugin
- Basic Reports Plugin
- None
Ans:3
From the below html structure, how to get total number of div inside form.
<form id="auth-code~outer" name="loginForm">
<div id="password">
<div id="forgot_password"> .. </div></form>
Ans – //form[id=”auth-cocle-outer”]/div
Design the Xpth for forgot_password Element.
<form id="auth-code-outer" name='"loginForm"'>
... .... <div id="password">
....... <div id ="forgot_password">
- //*[@=”forgot_password”]
- //[@div=”forgot_password”] ..
- //[@id=”forgot_password”]
- //*[@id=”forgot_password”]/[@id=”Login_Page”]
Ans:3
Custom Keywords can be called from Script View.
Ans – True
Which method is used to find value of a property using the property name?
- findPropertyValue()
- findValue()
- findpropValue()
- None
Ans:1
You are trying to use a Variable “i” inside Katalon Testscript, how do you use the variable inside.
Ans – “+|+”
Describe the functionality of setMaskedText() keyword.
Ans – Set the value of an input field,as through you type it in. It also clears the previous value of the input field.
Profile Configuration for TestSuiteCollection can be selected from Top Panel.
Ans – false
A Binary Statement represents a dual expression consisting of two single expressions and an operator
True
Setup and Teardown methods are available for
- Test Suite Collection
- Test case
- Test Suite
- AII
Ans:3
Settings for Web locators is?
- Project>Settings> Test Design>Web Locators
- Katalon Studio Prefere’nces>Objects>Web Locators
- Project>Settin~s>Qbjects>Web Locators
- None
Ans:1
A new Object Repository folder can be created while recording any test case using recorder.
Ans = True