I have a website that allows customers to browse and place orders for certain products. I have 2 tables; Customers and Orders. The Customers table holds the customer records and the Orders table holds the orders placed by the customer. Both tables are tied based on the field Cust_ID. Example of the data is shown below: Cust_ID Cust_Name Cust_ID Product Amount Order_Date 1001 John Tan 1001 P-5211 $120.00 2/13/2006 1002 Michael Wong 1001 K-1428 $88.90 1/11/2006 1003 Mary Cheong 1003 C-0923 $82.50 1/27/2006 1004 Ahmad Suffian 1003 K-1428 $88.90 2/2/2006 Write a single SQL statement that extracts all purchase records with the following criteria: 1. Customer names starting with “M” only. 2. Orders placed within the current month only. 3. Amount does not exceed $100.00 The list must be sorted by order date with the latest order showing on top.
3 5985In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
1 3795can anyone tell free downloads website for fundamentals and principle of basic pressur,temperature,level and flow
2 6280i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
1985What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
1 8969How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
IBM,
4 20593
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.
How would you debug web reports?
What is the read mode in generic navigation block web item- read mode specifies
How do you convert web objects from 2.x to 3.x?
Can you give a list of standard web items delivered?
What are the advantages of BW 3.x web server (WAS)?
If you are asked to change the way tables are displayed in web reporting how would you do this?
What are the built in javascript functions available to customize your web template?
What is the web download scheduler?
how the HTML data stored in web server?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
What is the Differnce between Client/Server Testing and Web Based Testing?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
I am configuring APACHE Server on SOLARIS-10. I am having some problem while configuring the httpd.conf. Can any one help me to find out the root directory of APACHE server. How can I publish my website through it?