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...


what is the frame work your using in automation ?

Answers were Sorted based on User's Feedback



what is the frame work your using in automation ?..

Answer / aravind reddy

we are using Hybrid frame work. It is combination of both
keyword and Data driven.

Is This Answer Correct ?    1 Yes 0 No

what is the frame work your using in automation ?..

Answer / siva

We are using Keyword driven frame work. Where we generate
the script and stores the script in corresponding
folder,recovery files in one folder,functions in one
folder,when ever we want we call it in to the main test

Is This Answer Correct ?    0 Yes 0 No

what is the frame work your using in automation ?..

Answer / s.k.devendra kumar

keyword Driven.where we can store all datas in their
specific folder,and we can call that any time in the
application.

Is This Answer Correct ?    0 Yes 0 No

what is the frame work your using in automation ?..

Answer / raghu

We are using Keyword Driven Frame Work. All the required
resources are stored in to the corresponding folders and
when ever we want the resources we can associate them to
main test. In this frame we will create library files for
the script so that we can call that functions at any point
of time to the script.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?

3 Answers  


Hi guys can any plz help me how to send fax in sample Flight Appication

1 Answers  


if we made any changes in shared object repository how it reflects of others like our team members?

2 Answers   CTS,


How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2

1 Answers  


banking domain description for software tester for interview

0 Answers   Semantic Space,


results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file

1 Answers  


What are the differences between table and db checkpoints?

0 Answers  


.mtr ( modular test repository or mercury test repository) plz give correct answer??

3 Answers  


Explain different types of action in qtp?

0 Answers  


I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next

3 Answers  


What is the difference between Normal mode and Fast mode ?

1 Answers   AZTEC,


When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.

3 Answers  


Categories