In a flight window we have to enter the name and meal
request for every passenger.In that window if we give Total
passengers=1 then the Psngr1 name field and psngr1 meal
request field will reflects.if we give Total passengers=2
then Psngr1 name field and psngr1 meal request field,Psngr2
name field and psngr2 meal request field and so on. how we
can handle this scenerio thru Descriptive programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
How to retrieve the object properties at runtime without the usage of GetROProperty?
On what basis we select test cases to automate?
Whether qtp 9.0 supports Test director8.0
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
explain qtp framework by taking an example?
How we can add actions in the test using QTP?
What does VBS file contain...??? what is VBS file.. ???
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
how to invoke the web application through script in qtp
Object Repositories types, which & when to use?
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code