How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
1 5184How would you parameterize the text field "Country" and the same "country" when it appears as combo field on other page with text field city and same with City combo field?
1 6673One very small question, If application/ website performing all the function perfectly like submission, deletion, editing etc, why do we require Data base testing saparately. Please understand before reply thanks !!
3 8237Adobe puzzles: . . . . . . . . . connect all these dots using 4 continuous lines.one clue u can extend the line after the points also. 2.one basket contains apples,second basket contains oranges and third basket contains apples and oranges the labels are wrongly mentioned.pick one fruit from one of these basket and find which basket contain which fruits.
2 16984Can anyone help me out to get Test clear in Adobe as i have call and My apti is too low as i preparing for technical..mail me at satijaa.tarun@gmail.com Thanks in Advance
2097Post New Adobe Interview Questions
Name some operators used in ruby.
How can you increase the customers to buy your products more? : insurance cold calling
Explain content properties xaml?
Give the case where we can use get and we can use post methods?
How do I read a .sh file?
What is bean factory in spring?
What is query image?
In artificial intelligence, what do semantic analyses used for?
What is look up table in vlsi?
What are "pure virtual" functions?
What is the difference between indexes,views,synonyms?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What is tomcat 8?
How to get last row id?
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