Top 26 Test Complete Interview Questions
Q1. Different Ways Of Capturing Objects In Testcomplete?
There are three different manner for capturing the Object in TestComplete
Recording
Object Spy
Find, FindAll, FindChild, FindAllChildren
Q2. Cross Browser Testing Is Possible For Using Testcomplete? If Yes Then How Is It?
Yes, We can do the Cross Browser trying out in TestComplete. TestComplete nine.X is particularly advanced for pass browser trying out. (Before move browser testing we want to do some browser level placing .
Q3. What Are The Challenges You Are Facing In Testcomplete ?
There are few demanding situations we are face in TestComplete
Cross Browser Testing : for a move browser checking out we want to do browser level putting, if we attempt run our script on customer system then we need to check all browser placing.
Working with Window Popup: even as you are attempting to Upload or down load report from the utility a while it could get fail.
Working With Dynamic Object : handling this sort of object that's change every time or befell .
Page Loading :Unable to are expecting page load time
Technical Support: There is not any greater assist/Help to be had for TestComplete.
Q4. Is It Possible To Perform Record And Play Mechanism In Testcomplete ?
Yes, TestComplete Supports Record and Payback mechanism there are mechanisms in TestComplete Recording.
Record - Starts check recording or resumes recording after pause. Default, SHIFT-F@
Low –Level- Record - Starts recording a brand new low-level procedure primarily based on display screen coordinates. Default, SHIFT-F4
Q5. What Is Testcomplete ?
TestComplete is a Software automation device, Developed by using Smart undergo, we are able to Automate the software program checking out manner the usage of it.
TestComplete helps diverse varieties of automation testing like: unit testing, Smoke checking out, Regression trying out, Functional, Distributed trying out and cargo trying out.
Q6. How Many Check Points You Know In Testcomplete?
TestComplete has the wide variety of Check points like :
Create File Checkpoint
Create Object Checkpoint
Create Property Checkpoint
Create Web Service Checkpoint
Create Database table checkpoint and so forth….
Q7. Which Browsers Supported By Testcomplete Till Date?
TestComplete helps the range of browsers.
Internet Explorer
Mozilla Firefox
Google Chrome
Safari
Opera Browser
Q8. What Is Data Driven Testing In Testcomplete?
Run our Test with different set of enter statistics to make sure the application works as predicted for diverse input values. This trying out technique is referred to as statistics-driven checking out. We can preformed information pushed trying out the usage of CSV report, Text File, Excel and Database Table.
Q9. Which Framework You Are Using For Automation In Testcomplete ?
We are the use of personalize framework for automation. It is a aggregate of Keyword pushed and Data Driven framework.
Q10. How Descriptive Programming Can Be Done In Testcomplete?
Using Find, FindAll, FindChild, FindAllChildren technique we are able to do the descriptive programming in TestComplete.
Q11. How To Test Your Application On Different Node Or On Different Workstation?
We can run our identical script on special Node /exceptional computing device by means of implementing the idea of Network Suite (But in this situation whole consumer system must be a part of Network).
Q12. What Is A Shortcut Key To Stop Recoding?
Using SHIFT-F11 we can stop the recording
Q13. What Is Useunit In Testcomplete ?
To call workouts, variables or constants declared from one unit to some other unit, we use USEUNIT statement in TestComplete.
Q14. Can We Get, How Much Number Of Childs Having An Object?
Yes, We can get the quantity of infant of the Object through the usage of ChildCount Property of the object
Ex: depend = Object.ChildCount
Q15. How Can We Call Any Application That Has Been Added To Testedapps In Your Scripts?
Using the TestedApps object we will name our utility. To get a TestedApp item as an item of from the list, use the TestedApps.Items belongings (if no. Of Apps is delivered in list)
Q16. How To Recognize Objects In Testcomplete ?
There are exceptional way to apprehend the Object in TestComplete Like :
Recording
Object Spy
Find, FindAll, FindChild, FindAllChildren
Q17. How To Handle Exception In Testcomplete ?
Using On Error Resume Next declaration we are able to take care of the exception it TestComplete. On Error Resume Next Statement pass the Exception window and opt for the subsequent operation.
Q18. Is It Possible To Compared Strings In Testcomplete ?
Yes we are able to do it by way of the use of aqString item like beneath :
aqString.Compare(String1, String2, Case Sensitive)
Q19. What Is The Purpose Of Testedapp In Testcomplete?
In TestedApp, we are able to list out the range of Applications, We can add multiple Tested Application and there attributes like Command line arguments, variety of instance and so on.
Q20. How To Recognize Similar Object In Your Application?
We can use object ID for each or we can assigned a completely unique identification for similar item by means of the use of Name Mapping Concept.
Q21. What Is Child Method?
Objects may additionally have the children, Page is the youngsters of Process, Process is the children of Sys item and many others...
Sys.Process (iexplorer, 1).Page (“google.Com”)……
Q22. What Happen? If Your Computer Resolution Will Be Change, Your Same Script Will Be Run Or It Will Get Fail?
There are opportunities :
Our script gets fail in case if we put in force Record and Playback methodology.
Our Script may be run correctly If we Implement Name mapping or Descriptive programming technique.
Q23. Which Technology Is Supported By Testcomplete?
TestComplete Supports Wide range of Application and Technologies like – Windows, .NET, WPF, Visual C++ Visual Basic, Java Web Applications, and Web Services.
Q24. Which Scripting Language That Can Be Used In Testcomplete ?
Test Complete Supports: VBScript, Jscript, C# Script, c++, Delphi.
Q25. What Is Mean Open Application And How You Will Come To It Is Open Or Not?
An software which is divulge their inner Object Properties and strategies to TestComplete are referred to as Open Application for TC.
(Application that's offer the records on a way to get get admission to to inner objects that is name Open Application)
Q26. What Is The Difference Between Find And Findall Method In Testcomlete?
FindChild – Find Child technique is also same as FIND approach (as point out above) it will search best Child item.
FindAllChildren – Find All Children approach is identical as FINDALL technique (as mention above), it'll be search all of the kids and keep them into an Array.

