Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


from what stage you will start automation in your project

Answers were Sorted based on User's Feedback



from what stage you will start automation in your project..

Answer / tvl

In the execution time when we have findout repeatable
actions ,then we will use the QTP.

Is This Answer Correct ?    1 Yes 1 No

from what stage you will start automation in your project..

Answer / murali

When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.

Before automating one need to consider the points

Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated

Is This Answer Correct ?    0 Yes 0 No

from what stage you will start automation in your project..

Answer / deven

Product based
-develope products

Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts

Is This Answer Correct ?    0 Yes 0 No

from what stage you will start automation in your project..

Answer / vengi

When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing

Is This Answer Correct ?    0 Yes 2 No

from what stage you will start automation in your project..

Answer / raghu

when repeatable actions are need to be perrformed then
automation testing takes place.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 Answers  


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

0 Answers  


Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris

0 Answers  


There is a name "AJAY" how do u count no.of. "A" in that name ?

4 Answers  


Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?

0 Answers  


How to start recording using quicktest professional?

0 Answers  


What is XML checkpoint in QTP. How we can use in Web Based application

2 Answers   LinkEdge,


What is debugging? How you debug your script?

0 Answers  


I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.

1 Answers  


Difference between object identification and smart identification

2 Answers   Wipro,


Mention what are the different types of recording modes in qtp? Which will be used when?

0 Answers  


Hi What are re-usable actions in QTP? -Thank You

5 Answers   Siemens,


Categories