what is meant by Implicit and explicit requirements?
No Answer is Posted For this Question
Be the First to Post Answer
Why script error occur in between recording in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what will be there in keyword view and expert view?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
In Manual testing , can u prpare bug report in TD?
How to find if given number is prime or not
How many test scripts are prapare in ur project(HeathCare Insurance).
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Does QTP support flat files? If yes what are those?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
How many types of parameters are there?