Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) Write a C function to search a number in the given list of numbers. donot use printf and scanf
6 11485what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
3 7687After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
2 4332There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
4 8382If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?
1 3739what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
4 10157How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
3 11008Can we add the function library directly from scripting in qtp instead of adding from resource tab?
IBM,
5 15105I'm from the hotwel industry and has worked with le- meridien hotels. Can somebody tell, what will be the AS-IS in the hotel industry. Normally le-meridien has lot of properties all across the globe..ie manu no's of hotels...suppose we consider that there are 30 hotels in India...with headquarter in Mumbai( Sales Organisation)...and has a distribution chnl- direct sales and Division- Food n Bev, rooms and Services. Company- leMeridien, Com Code-Lemeridien Hotes. Customers comes in the hotel and stay in the hotel to have food, drink and avail services.It's doesn't have plant. Have various vendor to get the food material from in order to provide the food and services.Then what will be the AS-IS in this scenario?.Can somebody help me with this answer?
1 4387
How is a session id generated?
In document how to create metrics?
How does the size of arraylist increases dynamically?
Where can I find pid in windows?
Name the property for controlling the image position in the background.
What is the shortcut to insert a row in a word table?
Do you have any particular problems with Relocation, and any particular preference.
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
Difference between Work- and Data- classes?
What is toast notification?
How do you define a welcome file list?
What is light object mapping in hibernate?
what is the package for freshers in valuelabs.
Can you dynamically assign a Master Page?
what is a schema in sql server 2005? : Sql server database administration