Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
Answer Posted / mns
Look and fell of the datatable and excel sheet are the same
but datatable stores only the run-time values for the
duration of the test where as the excel sheet can store the
values, generated by the application ,permanently.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How is the Bitmap checkpoint different from Image checkpoint?
how to idetfy which test cases are automated?who will deside that plz tell me
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
how to find that tools work well with your existing system?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What is Curd testing?
How do we analyze the checkpoint results?
What is use of object spy?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is synchronization point in QTP?
Describe how Smart Identification is used
How to remove the associated function library?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?