|
321. Is It Possible To Automate All The Test Cases?
Date Posted: 06/27/2012
Ans: All the test cases cannot be automated only we need to pick some test cases that can be automated.
|
|
|
322. Do You Think SetRoproperty Will Make Any Change In Object Repository?
Date Posted: 06/27/2012
Ans: SetRoproperty doesn’t make any change in object repository. It will affect the way QTP identifies the objects during runtime.
|
|
|
323. How To Handle Passwords In QTP Scripts?
Date Posted: 06/27/2012
Ans: The encryption of password can be done by using password encoder utility which is provided by QTP. Setsecure method can be handled by encoded password.
|
|
|
324. What Is The Difference Between Action Iteration And Test Iteration In QTP?
Date Posted: 06/27/2012
Ans: The action iteration is nested within the test iteration. The data from datasheet is utilized by action iteration and the data from global sheet can be utilized by test iteration.
|
|
|
325. How Will You Set The QTP Script To Start Run At Specified Time?
Date Posted: 06/27/2012
Ans: The Automation object model (AOM) is used for creating the vbscript which can be located in windows scheduler for running the QTP script for certain period of time.
|
|
|
326. How Can A Java Tree Handled In QTP?
Date Posted: 06/27/2012
Ans: To handle a java tree, you must add-in. This could be found in the tools menu under the object identification drop-down listing.
|
|
|
327. What Is Action Conversion Tool?
Date Posted: 06/27/2012
Ans: It is in built tool provided by QTP to convert actions in to business process components.
|
|
|
328. If The Global Sheet Contains No Data And Local Sheet Contains Two Rows Of Data, How Many Times Will The Test Iterate?
Date Posted: 06/27/2012
Ans: The test will iterate only once- global iteration.
|
|
|
329. What Factors Affect The Bit Map Check Point?
Date Posted: 06/27/2012
Ans: Bitmap checkpoint is affected mostly by screen resolution and image size.
|
|
|
330. What Is Extension For Functional Library?
Date Posted: 06/27/2012
Ans: The extension for functional library is ‘.QFL’
|
|