What are the Application Functions available in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
Through array we can execute the testcase how ? give me example
What are the automation metrice in your project?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
what are the cases in which we use XML and accessibility check points.
what is the object properties settings in the QTP
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
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 defenetion of kiran can u tell me plz CVS, SVN
How to find which type of Framework is suitable for which type of application?
Can we use Virtual Objects in Discriptive Programming?
How to find given string is palindrome or not without using strreverse() function?
Tell some commonly used Excel VBA functions?