GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Kanbay

 Print  |  
Question:  Q. Which of the following is an invalid method for a standard web table
object?

A. RowCount

B GetROProperty

C ColumnCount

D GetCellData

E GetItemProperty
---------------------
Q. You are an automation engineer for a company that uses manual testing.
The company has a mature testing processes with formal documentation of
test plans, test conditions and manual test scripts.

What approach would you use for the initial implementation of automated
testing to maximize long-term benefits?

A Import the existing manual scripts into TestDirector and generate QuickTest Pro scripts from within TestDirector.

B Automate the existing manual test scripts one for one via recording. All existing manual scripts should be automated prior to the first release.

C Examine the existing test documentation to identify areas that will benefit from automation. Create a small/modular test suite that can be built on over time.

D Automate the existing manual test scripts one for one via recording. Automate only the high priority test scripts for the initial release.

E Automate the existing manual test scripts one for one via analog recording. All existing manual scripts should be automated prior to the first release.




July 07, 2007 04:02:48 #1
 Minal   Member Since: Visitor    Total Comments: N/A 

RE: Q. Which of the following is an invalid method for...
 
According to me get row property is invalid method for standard web table object.
When you create a table check point for checking the web table property, the checklist contain the table properties like row count, column count, get cell content, get item property etc. 
     

 

Back To Question