what is the frame work your using in automation ?
Answers were Sorted based on User's Feedback
we are using Hybrid frame work. It is combination of both
keyword and Data driven.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
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 |
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Hi guys can any plz help me how to send fax in sample Flight Appication
if we made any changes in shared object repository how it reflects of others like our team members?
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
banking domain description for software tester for interview
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
What are the differences between table and db checkpoints?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
Explain different types of action in qtp?
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
What is the difference between Normal mode and Fast mode ?
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.