what is the object properties settings in the QTP
Answers were Sorted based on User's Feedback
Answer / santhosh
Object properties settings means to see whether the
particular object selected is enabled.disabled,focused,etc
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / santhosh
At checkpoints,we can check the object properties settings
in QTP
For Example,
When we go for checking standard checkpoint for an object
it will link to an object and then it will asks for
confirmation,after clicking "OK" button we will get the
Object properties like,enable,disable,focused,true or false
conditions etc.at that point we can check the state of an
object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhay
We can configure Object properties setting from Tools >>
Object Identification >> Select Mandetory properties and
Assistive properties.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / stl
where we can change settings of the objects . like from
enable to disable .etc
| Is This Answer Correct ? | 0 Yes | 1 No |
What exactly is the difference among all the three recording modes.
Among all the check points what is the most important checkpoint?
does QTP provides any tools for parametrisation?
what are the environment variables,how do you use them. give an example.
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
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
How you debug your script?
What are the different types of recording modes?
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
By using QTP can we record any log files written by the application which is in execution?