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 will reflects and
so on.if total psngrs=100 then will we capture all the
fields for the psngrs to Automate the app how we can handle
this scenerio thru Descriptive programming?
No Answer is Posted For this Question
Be the First to Post Answer
How you can make an action as re-usable action?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Explain abt the File System Object in QTP with ex
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 Answers Aspire, MNC, Omega,
How to give Table check points?
Problem with XML checkpoint in QTP ?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
If I change the property value at runtime is it effect is object repository?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
In Test Director , You can store Test cases or vb Script . Why we need VSS?
what is the advantages and disadvantages of using functions instead of re usable actions
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"