What are the most frequent errors you faced while

executing your scripts?

Answer Posted / sreeprasad

We face different types of error during testing. i explain

different errors below. we face these errors regularly

Unit Test : Control Statement Errors,

Integration Errors :

Duplicate Variables, Passing values one module

to another module. Memory leakage

Blockbox testing : Object Status, Data Integration errors,

pick values from database, Replacement of data, Boundary

value errors, UI errors.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of recording facility are available in quicktest professional?

808


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

796


Explain the types of object repository?

733


what is supply chain management?

2321


How you can find the absolute value of the number in qtp?

741


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

1752


What is the Difference between test object and run time object?

809


what is the latest version of QTP? Main difference between 9.2 and 10 version

1751


Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln

1616


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1681


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

2614


how do i know how to use tools

1664


If I give some thousand tests to execute in two days what do you do?

772


how to test load test and block box testing an a web based application pls give ans briefly

1569


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1741