Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

QTP Interview Questions
Questions Answers Views Company eMail

how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance

Synergy,

1896

when do we write a script in qtp?(plz give me more then 2 reasons)

1 3872

how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?

1746

what are the different types of framesworks in QTP?what is the keyword driven framework?

Mindlance,

2 6451

If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error

6 10046

how can i pass a "cript"as a parameter in to a function

1988

How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.

3784

hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

TCS,

2376

what are the mandatory properties in qtp? what are the library functions in qtp?

Wipro,

3 9372

what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?

Wipro,

3 7985

suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password

3 7965

How Qtp will identifies object during run time

CSS Corp, Yahoo,

6 13436

What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project

Yahoo,

2 5499

In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail

Yahoo,

2064

normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer

2 4909


Post New QTP Questions

Un-Answered Questions { QTP }

What is a Patch in QTP?

1044


Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...

1955


The hybrid framework can be implemented for any application. Is it true?

1123


What is the diff between image and bitmap check point?

1043


Differentiate the type of test cases which can be automated and which cannot be automated?

1032


Explain how you can find length of array in qtp?

1068


RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?

2687


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

1033


What are the key points to create a framework in QTP for oracle forms?

2257


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

1973


How many types of run modes are there in qtp?

1034


What is recovery scenario in qtp?

994


Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution

2135


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

3035


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

5247