Search here for all the info you want in this Blog

QTP important interview QUestion 8


51. When we try to use test run option "Run from Step", the browser is not launching automatically why?
          Ans : This is default behaviour.

52. Does QTP is "Unicode" compatible?
          Ans : QTP 6.5 is not but QTP 8.0 is expected to be Unicode compatabile by end of December 2004.

53. How to "Turn Off" QTP results after running a Script?
          Ans : Goto "Tools > Options > Run Tab" and Deselect "View results when run session ends". But this supresses only the result window, but a og will be created and can viewed manulaly which cannot be restricted from getting created.

54. How to get "FontSize" of a "WebEdit"?

55. Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

56. How to verify the Cursor focus of a certain field?
          Ans : Use "focus" property of "GetRoProperty" method"

57. Any limitation to XML Checkpoints?
          Ans : Mercury has determined that 1.4MB is the maximum size of a XML file that QTP 6.5 can handle

58. How to make arguments optional in a function?
         
          Ans : this is not possible as default VBS doesn't support this. Instead you can pass a blank scring and have a default value if arguments r not required.

59. How to covert a String to an integer?
                   Ans : CInt()---> a conversion function available.

 60. Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
          Ans : Inserting a call to action will only Import the columns of the Action called

No comments:

Post a Comment