Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Friday, 28 August 2015

Interview Questions and Answers

  1. QC/ALM Interview Qestions and Answers
  2. More Interview Questions and Answers
  3. What is hp-UFT?
  4. Versions history for HP- UFT ?
  5. What is Dictionary Objects in UFT ?
  6. How to check if parameter exists in Datatable
  7. How to find Current test name in QTP ?
  8. How to Find number of rows and columns in a web table ?
  9. How many number of Columns can we have in a Datatable?
  10. Major difference between UFT and QTP ?
  11. UFT - QTP - What is Insight Recording ? 
  12. Difference between GetRef and Eval ?
  13. How we can save Local Object Repository?
  14. Various full forms of file extensions (.qfl, .qrs, .tsr, .mtr)?
  15. Can we have IF condition without End if?
  16. Various methods of commenting a statement in UFT?
  17. various tools available in Object Repository manager ?
  18. How to count number of occurances of a string in a statement in UFT ?
  19. How to get used range in Excel ?
  20. How to clear the object from memory in UFT ?
  21. what is the default browser navigation timeout in QTP - can we change it ? Where can we change it ?
  22. Difference between Invokeapplication and systemutil.run in UFT ?
  23. Difference between Executefile and loadfunctionlibrary in UFT ?
  24. When do you use Automation
  25. What do you mean by standard and custom objects?
  26. What are the different check points in UFT ?
  27. Hidden Functions in UFT/ QTP ?
  28. Difference between byval and byref in vbscript
  29. Difference between RO-Properties and TO-Properties
  30. Exit Statements in QTP/UFT
  31. Difference between Actions and Functions ?
  32. How to get tool tip of Objects using QTP/UFT ?
  33. Reading data from "pdf" file  ..?
  34. Given Number is Prime or not ?
  35. Find the factors of a given number ?
  36. Find factorial of given number ?
  37. Find greatest of three numbers ?
  38. Swap 2 numbers without a temporary variable ?
  39. Write a program to find sub datatype of a variable ?
  40. Write a program to generate Random Number ?
  41. What are the disadvantages of smart identification.??
  42. How can you execute javascript on QTP/UFT??
  43. Can i record a web based application on Mozilla??
  44. What is the difference between Repository Parameter and Repositories Collection ??
  45. Can we use GetRoProperty method to get index or location of link in web application??
  46. General UFT Interview Questions
  47. What are the objects identified in QTP?
  48. What are native properties and Identification properties?
  49. How is an object identified in UFT/QTP ?
  50. What are description properties?
  51. Can we modify which properties to be learned as mandatory and which to be learned as assistive properties?
  52. What is Smart Identification?
  53. What is the default ordinal identifier for web browser object?
  54. How to get certain part of string using VBScript
  55. How to open a browser with google.com as url using VBSript
  56. How to open a browser with google.com using UFT or QTP.
  57. How to open a text file using VBScript
  58. How to open a flat file using VBScript
  59. How to get used range in excel using UFT QTP
  60. How to connect to excel using Excel.Application object
  61. How to clear the object from memory
  62. What is environment variables and what are the types of environment variables
  63. Basic Interview Questions and Answers
  64. Difference between .Vbs and .qfl in QTP..?
  65. When to Stop Testing..?
  66. Testing Completion Criteria....
  67. Given string is Palindrome or Not
  68. Finding Length of the String without using Len Function
  69. Redim Preserve Keyword
  70. Difference between code, Script and Program
  71. Factorial of a given number
  72. Instr and InstrRev
  73. Finding characters, numbers and special characters
  74. WebList Verification through Keyword Driven
  75. WebTable methods in UFT/QTP
  76. Find Objects on a Web Page and Save Values in Excel Using ChildObject method
  77. Find Objects on a Web Page and Set a Value into webedit box Using ChildObject Method
  78. Finding All WebList Objects on a Web Page
  79. Finding How Many Child Objects Match a given Description
  80. Creating a Text File and Appending Texts in the file Using VB Script.
  81. Recovery Scenarios 
  82. Synchronization Interview Questions
  83. Fetching Test data from Excel files and Setting into Application Fields.... ?
  84. Fetching test data from DataBase and Setting into Application Fields.......?
  85. Replace a string in a Document with another string
  86. Search a String "UFT" in a Specified Word Document...?
  87. Converts Alternate Characters are Capital letters
  88. Find a largest and smallest word in a given string.
  89. Print a below Pattern : ***** *** *** ** *
  90. Find the number of letters present in the given String ?
  91. Finding length of the string, without using "len" function