UFT is referred to as Unified Practical Checking out, which was once previously referred to as Fast Take a look at Skilled. It supplies useful and regression take a look at automation for explicit device packages and environments. This is regarded as one of the vital pertinent trying out strategies if you wish to develop into a programmer or Device Engineer. Take a look at the next UFT interview Questions and get ready to crack your interview with out trouble.
Best 30 UFT Interview Questions and Solutions for 2024
1. State the surroundings supported by way of HP UFT?
UFT helps the next environments- Delphi, Java, .Web, Oracle, Lively X, PeopleSoft, PowerBuilder, SAP, and Siebel. Stingray, Visible Elementary, Visible Age, Internet, and Internet Products and services.
2. Outline Motion Break up and its function in UFT.
Motion Break up is regarded as to divide an already ongoing or current motion into two portions. It divides the actions targeted at the capability to make stronger code re-use.
3. How are we able to name from one motion to every other motion?
There are two techniques to do that-
- Name to Replica of Motion: On this one, the Motion Object Repository, Datable, and Script will probably be copied to the respective vacation spot Take a look at Script.
- Name to Current Motion: Right here, the Object Repository, Script, and Datable can’t and might not be copied. Alternatively, a reference can be made to the particular motion within the supply script.
4. What’s the kind of Object Repository that UFT helps?
UFT helps two varieties of Object Repositories-
- Shared Object Repository
- In step with-Motion Object Repository
5. Establish the varieties of recording modes in UFT.
There are 3 varieties of recording modes in UFT. The ones are-
- Customary mode
- Low-level recording mode
- Analog mode
6. Outline after we will have to use Customary Mode.
Customary mode is sometimes called Contextual. It’s referred to as the default recording mode and acquires the entire good thing about UTF’s Take a look at Object Type. It is in a position to acknowledge the gadgets by way of now not even taking into account their place on-screen. One will have to want this recording mode as it is usually used for many automation actions.
7. How do you outline the usage of Low-Stage Recording Mode?
The Low-Stage Recording Mode is in a position to report the apt x and y coordinates of the mouse operations. This mode is maximum useful whilst trying out the hashmaps. One can simply report gadgets that aren’t identified by way of the usual means of UFT.
8. State the usage of Analog Mode.
Analog Mode can report the actions of the mouse and keyboard used in the case of your track Windsor. This mode is maximum useful in the usage of options like drawing, recording the signature, and dragging and shedding the operations.
9. Outline the logical identify of the thing.
The logical identify is referred to as the identify shared by way of UFT. It’s shared whilst curating an object within the repository. That is finished to spot it from different gadgets within the given utility uniquely. The UFT will have to use the next identify to trace the thing identify within the explicit script together with its corresponding or selection main points within the object repository.
10. State the houses you need to use whilst figuring out a web page and browser the usage of descriptive programming.
To do an analogous, one can use the identify belongings. For Instance- Browser(“identify:=” xxx””).web page(“identify:=”xxxx””)…..
Or one too can use the valuables referred to as “micClass”. For instance- Browser(“micClass:=browser”).web page(“micClass:=web page”)…
11. Is it conceivable to report the applying whilst it runs at the far flung system the usage of UFT?
Sure, It’s conceivable to report far flung packages. Alternatively, this may occur provided that you get right of entry to the applying by the use of an area browser and do an analogous via a far flung like Citrix. Alternatively, whether it is nonetheless inconceivable so that you can report, putting in UFT/QTP and alertness at the current system is suggestable.
12. Outline Object Undercover agent?
Object Undercover agent determines the run and the take a look at time object houses. It’s also used to spot the strategies of the applying below take a look at.
13. How do you employ Object Undercover agent?
One can simply use the Object Undercover agent without delay from the given toolbar or the Object Repository Conversation Field. Object Undercover agent is understood to be very efficient all over Descriptive Programming.
14. Outline the document extension of the code document of UFT.
The Code Report Extension is outlined as a script. mts
15. How do you outline Step Generator?
Step Generator is used to allow the Upload Take a look at Steps within the script. One can simply upload steps to the next script with out recording it by way of merely the usage of Step Generator.
16. Outline Take a look at Fusion Record.
Take a look at Fusion Record highlights the entire facets/components of a take a look at run. That is exactly arranged in a Tree Structure. This Record provides main points of each and every step achieved for the iterations. It additionally supplies a Run-time knowledge desk, Display screen Photographs, and the video of the take a look at run.
17. Outline the varieties of Surroundings Variables in UFT.
One can outline 3 varieties of Surroundings Variables in UFT-
- Constructed-In (Learn Most effective)
- Person-Outlined Inner (Learn Most effective)
- Person-Outlined Exterior (Learn/Write)
18. Outline Key phrase View in UFT/QTP.
Key phrase View is regarded as an icon-based view. It displays the take a look at steps within the given tabular layout. It’s used to generate documentation for the take a look at steps routinely.
19. How do you outline Professional View in UFT/QTP?
Professional View gives the corresponding VB Script Remark. That is supplied for each and every take a look at step within the Key phrase View.
20. State the several types of Take a look at Automation Frameworks.
Listed below are the kind of Automation Frameworks-
- Linear Scripting (For File & Playback)
- The Take a look at Library Structure Framework
- The Information-Pushed Checking out Framework
- The Desk-Pushed Checking out Framework
21. How are we able to test a cyber web utility for damaged hyperlinks with UFT?
One can use the Web page Checkpoint to offer the depend of legitimate/invalid hyperlinks at the web page.
22. State the drawbacks of QTP/UFT.
The principle Drawbacks of QTP/UFT are-
- A number of Exams in UFT can devour a number of reminiscence. The chances are high that it may well build up CPU usage too.
- The UFT typically retail outlets leads to an HTML document, because of which the outcome folder on occasion turns into giant.
23. How are we able to claim a variable in UFT?
One can claim it the usage of a DIM Key phrase. It’s simple to assign the worth to the variable by way of the usage of SET Key phrase.
24. Outline GetRoProperty.
This can be a usual way to fetch belongings values of a run-time object.
25. Outline SetToProperty.
SetToProperty is helping alternate the valuables of an object saved within the Object Repository.
26. State the usual time prolong for web-based utility UFT/QTP.
The usual prolong is 60 seconds which may also be modified in Take a look at Settings.
27. How do you outline the Extension for a serve as library?
The Extension for a similar is.QFL.
28. How can one create a TSR document in UFT?
TSR, sometimes called Take a look at Shared Repository, is curated to percentage object repository.
If one desires to create TSR Report, they are able to practice the next steps-
- Open the thing repository.
- Consult with the document menu
- Cross to the export native gadgets choice and make a choice it.
29. Outline Spherical Serve as in UFT.
This serve as is used to around the decimal in UFT.
30. State how we will export the knowledge desk to excel in UFT.
One can state two easy methods to do the same-
- DataTable.Export (“C:export.xls”)
- ExportSheet “C:mysheet.xls” ( If the excel document does now not exist, a brand new document is created)
supply: www.simplilearn.com