Search here for all the info you want in this Blog

QTP important interview QUestion 5

21. What do you call the window test director - testlab?

Ans : "Execution Grid". It is place from where we Run all Manual / Automated Scripts

22. How does u create new test sets in TD?

Ans : Login to TD.

Click on "Test Lab" tab.

Select the Desired folder under which we need to Create the Test Set. (Test Sets can be grouped as per module.)

Click on "New Test Set or Ctrl+N" Icon to create a Test Set.

23. How do u do batch testing in WR & is it possible to do in QTP, if so explain?

Ans : You can use Test Batch Runner to run several tests in succession. The results for each test are stored in their default location.

Using Test Batch Runner, you can set up a list of tests and save the list as an .mtb file, so that you can easily run the same batch of tests again, at another time. You can also choose to include or exclude a test in your batch list from running during a batch run.

24. If I give some thousand tests to execute in 2 days what do u do?

Ans : Adhoc testing is done. It covers the least basic functionalities to verify that the system is working fine.

25. How to Import data from a ".xls" file to Data table during Runtime.

Ans : Datatable.Import "...XLS file name..."

DataTable.ImportSheet(FileName, SheetSource, SheetDest)

DataTable.ImportSheet "C:\name.xls" ,1 ,"name"

26. How to export data present in Datatable to an ".xls" file?

Ans : DataTable.Export "....xls file name..."

27. How to get Traceability matrix from TD?

28. How to import a test case present in ".xls" file to TD under a Test set?

29. How to attach a file to TD?

30. What do you to script when objects are removed from application?

No comments:

Post a Comment