- 
                    
 - 
                    
How do we use OR operator with Desc Programming.
How do we use OR operator with Desc Programming.
say I want to count the nos of all the objects on the page which have
html tag = "A" OR innertext="B"
what will be the syntax for the same.
Code:
(Desc("html tag").value="A") OR (Desc("innertext").value="B") => throws syntax error.
TIA - 
                    
Ensuring quality of a product
I have recently been to an interview where the interviewer asked me this
As a test lead, how will you ensure that your team has tested whole application correctly after you have divided modules among your team members, before delivering the product to client?
 - 
                    
Build Functionality
What is a build? Does a built contains more than one functionality?
 - 
                    
Testing Based on Use Case Specification
Which Estimation technique do you use in a software project that utilizes use-cases specifications to drive feature development and Why ?
 - 
                    
Efficiency of Retesting Vs Regression Testing
Between Retesting and Regression testing, Which is more specific, efficient and has more priority?
 - 
                    
Test Condition
What is Test Condition?
 - 
                    
Defect Reporting and Acceptance
What will you do when you assign a defect to the developer and he will not accept that defect?
 - 
                    
Project Release Note
Who all will be involved in the preparation of project release note?
 - 
                    
Test Action Plan
2 hour before the release you got a blocker. What will be your action plan?
 - 
                    
Native Application
What is Native Application?
 - 
                    
ETL Testing - Find Duplicate Value
How to find no of duplicate value in column?
 - 
                    
Airline Domain Tester
How to create scheduled automation to run on a defined frequency and generate auto-generate reports?
 - 
                    
Severity or Priority of Defects
Can Severity or Priority of defects change at any point of time during testing?
 - 
                    
Design the optimal set of test cases
A device supports two features: Feature A and Feature B. Both can be turned off and on. Feature B is dependent on Feature A. Therefore, if Feature A is off, Feature B will not work. Feature A is on by default. Design the optimal set of test cases that will test all combinations of Feature A and Feature B.
 - 
                    
Module Testing Report Content
If you finished with module testing, you have report to senior what content do you mention in your report?
 - 
                    
Test Scenario of Skip button which is Visible after 5 second of video running
Test Scenario of Skip button which is Visible after 5 second of video running. After the video open the skip button visible in 4 second so what is his Scenario
 - 
                    
Scenario Question
A user has logged into his Gmail Account (Inbox), write test cases for security testing.
 - 
                    
 - 
                    
 
Testing Interview Questions
Sub Category
 
                Questions
 
                Answers
 
                Last Updated
              

		
Ans