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  >  Interview Questions  >  Testing  >  Test Automation

 Print  |  
Question:  When doing the automation testing do you record the scripts or write from the scratch

Answer: I tried writing the script from scratch by learning the objects but when i run the script its says the object is not learnt by object repository.


May 05, 2008 06:49:22 #1
 mathan_vel Testing Expert  Member Since: December 2007    Total Comments: 6 

RE: When doing the automation testing do you record the scripts or write from the scratch
 
Write from the scratch is the best way to overcome with our Test steps. for time consuming record the scriipts for the process. which means record the flow of the application according to the bussiness needs from end to end recordingly. Later add the data driven, check points, recovery scenario, validation etc.. can be done through written scripts.
     

 

Back To Question