Question:- What are the tools present in Salesforce Lightning?
Answer:- 1. Lightning schema builder: It is a UI tool that is used to create and view fields, objects, and relationships 2. Lightning Connect: This integration tool makes it simpler for the Force.com app to consume the data from the external source, which compiles to OData spec 3. Lightning Process Builder: It is a UI tool used for the visualization and creation of automated business processes 4. Lightning Component Framework: It comprises extensions and components that allow the building of recyclable components, personalization of the Salesforce1 mobile app, and development of independent apps 5. Lightning App Builder: It is the latest UI tool that enables quick building of Lightning apps through components given by the Salesforce platform developers
Question:- How do the capture phase and bubble phase propagate?
Answer:- The capture phase propagates from top to bottom while the bubble phase propagates from bottom to top.
Question:- How can we define the field-level security in the Salesforce Lightning components?
Answer:- To define the field level security, Lightning:recordEditForm, force: record data, and Lightning: record form should be used.
Question:- What is automation testing?
Answer:- Automation testing is the process of automating the manual testing of the application under test (AUT) or the system under test (SUT). It includes the involvement of testing tools that help us create test scripts, which can be used repeatedly without any human intervention.
Question:- Is Selenium 2.0 different from Selenium 3.0? If so, how?
Answer:- Selenium RC is called Selenium 2.0, and the integration of Selenium RC and WebDriver as a single tool has formed Selenium 3.0.
Question:- Compare Software Testing Vs. Debugging
Answer:- • Software testing • Known conditions, predefined methods and expected outcome • No need of design knowledge • Finding error or bug • Debugging • Unknown conditions, not preset method and unpredictable outcome • Need full design knowledge • Finding a cause for the error or bug
Question:- Explain Monkey testing.
Answer:- A technique of software testing where the application is tested by ingesting inputs randomly. This test does not follow any pre-defined set of rules. It is carried out to check the behavior of the application.
Question:- What is the difference between baseline and benchmark testing?
Answer:- While Baseline testing runs a set of tests to determine the performance, Benchmark testing compares the application performance with industry standards. Baseline testing strives to improve performance with the help of collected information, on the other hand, benchmark testing seeks to improve application performance by matching it with benchmarks.
Question:- Explain bug life cycle.
Answer:- • When a tester finds a bug, the bug is assigned NEW or OPEN with status. • The bug is either assigned to Development Project Managers or is given to Bug Bounty Program. They will check whether it is a valid defect. If not valid, the bug is rejected, and its new status is REJECTED. • Now, the tester checks whether a similar defect was raised earlier. If yes, the defect is assigned a status ‘DUPLICATE’ • Once the bug is fixed, the defect is assigned a status ‘FIXED’ • Next, the tester will re-test the code. In case, the test case passes, the defect is CLOSED • If the test case fails again, the bug is RE-OPENED and assigned to the developer.
Question:- How can we perform Spike testing in JMeter?
Answer:- JMeter comes with a synchronizing timer which can handle the requests of multiple threads. It is able to get the required number of threads and release them at once to cause a spike.
Question:- What is Silk Test?
Answer:- Silk Test is a tool developed for performing regression and functionality testing of the application. Silk Test is a tool, used when we are testing the applications based on Windows, Java, Web or traditional client/server. Silk Test helps in preparing the test plan and managing of those test plans to provide direct access to the database and field validation.
Question:- Define Requirements Traceability Matrix.
Answer:- The Requirement Traceability Matrix (RTM) is a bi-directional matrix that captures the details of requirements and their traceability. Created at the initial steps of a project, RTM tracks the requirement by analyzing the deliverables and business requirements
Question:- What is elementary process?
Answer:- Software applications are made up of several elementary processes. There are two types of elementary processes: • Dynamic elementary Process: The dynamic elementary involves the process of moving data from one location to another. The location can be either within the application or outside it. • Static elementary Process: It involves maintaining the data of the application.
Question:- What is elementary process?
Answer:- Software applications are made up of several elementary processes. There are two types of elementary processes: • Dynamic elementary Process: The dynamic elementary involves the process of moving data from one location to another. The location can be either within the application or outside it. • Static elementary Process: It involves maintaining the data of the application.
