![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : I will agree with both Kalpana and Vidya Sagar and I will add some more,Output values are used for as input to other tests ware as check points are only comparing also used within the test only. ... In order to fetch test data from Database we have to create a adobdb connection object to connect with data base. the syntax is .... >CreateObject("Adodb.connection"). Latest Answer : Hai Const adOpenStatic = 3Const adLockOptimistic = 3Const adUseClient = 3Set objCon=CreateObject("ADODB.Connection") Set objRec=CreateObject("ADODB.Recordset")objCon.Open "DRIVER={Oracle in OraHome92};SERVER={Servername};UID={Username};PWD={Password};DBQ={Dbnmae}"objRec.CursorLocation ... how Latest Answer : yes u can but it will be done thru scripting. ... Read Answers (2) | Asked by : vinay How to instruct QTP to display errors and ther description in the test results instead of halting execution by throwing error in the mid of execution due to an error(for example Object not found)? Read Answers (10) | Asked by : Ram Latest Answer : Hi All,Set cnn=CreateObject("ADODB.Connection")cnn.Open("Connection String")set buffer1=cnn.execute("Querry")while not buffer1.eofvalue1=buffer1("Column_Name")---------buffer1.MoveNextwend ... Read Answers (2) | Asked by : Mann Hi,what is the procedure of doing SQL/database testing?Is a tester suppose to create procedures,functions,views,triggers etc? Read Answers (2) | Asked by : mann Can anyone tell me which is the best SDLC model from the QA'S point of view?or which SDLC model is the best and fast? Read Answers (7) | Asked by : Mann Latest Answer : the syntax of Database Check point isDbTable.check checkpoint("DbTable")DbTable is nothing but Data Table which contains all info.regarding databaseRegardsNag ... Read Answers (2) | Asked by : shital Out if the given solution which is the way to find a window is minimized or nota) Get the abs_x " and "abs_y runtime values and check if they are equal to 3200 b) ICheck weather the window exist or notc) Try to click on a control in a window and if it fails, assume that the window is minimizedd) There is no option to check whether a window is minimized or not Latest Answer : Image checkpoint :Checks the property values of an image.Bitmap Checkpoint:Checks an area of a webpage or application after capturing it as a bitmap ... Read Answers (1) | Asked by : AVS
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||