If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
1 2514Post New Crea QTP Interview Questions
Does facebook still use mysql?
what is basic difference betmeen normal & flame proof motor??
Which method is used to draw an image on the canvas?
how is data partitioned before it is sent to the reducer if no custom partitioner is defined in Hadoop?
Can I load css style sheets dynamically at runtime?
Temperature closer for brazing operation is-------
How to know the last executed procedure?
Is bubble sort adaptive?
In VVVF DRIVES VOLTAGE IS ALSO VARY WITH THE FREQUENCY. HOW? WHAT IS THE DIRECT FORMULA RELATING THESE TWO.
What are internal combustion engines?
How data flows from sd to copa? : co-pa
How do I add a rss feed?
What do you mean by qtp?
Are all the hook methods available to all the controllers?
Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END