GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Test Automation
Go To First  |  Previous Question  |  Next Question 
 Test Automation  |  Question 121 of 131    Print  
test a string with carriage return
The application has some reports that can have carriage return. For example, I set my name as report header.
ex: Surendra Akkena /n Surendra Akkena /n surendra akkena /n surendra akkena.

The report header displays as ...

Surendra Akkkena

Surendra Akkkena

Surendra Akkkena

Surendra Akkkena.

The header will be displayed in one cell, so all the four names are one string. unable to enter the carriage return character as string to verify.



  
Total Answers and Comments: 0 Last Update: November 29, 2007     Asked by: surendra akkena 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Latest Answer : You plan test automation when you are repeat test scenarios over and over in different builds.Test automation is done in function, regression and also in integration testing.Depending on the automation scenario you could write your own automation tool ...

Answer posted by RS on 2005-05-19 17:42:09: Yes, Automating a test makes the test process: 1.Fast  2.Reliable 3. Repeatable 4.Programmable 5.Reusable 6.Comprehensive 
Latest Answer :      Yes absolutely.          Improve the Testing Process          Define Requirements          Prove ...

Latest Answer : 1.Speed2.Accuracy3.Efficiency4.Relentlessness(Not becoming tired) ...

Latest Answer : Based on the reuirement.some of things that you might want to look areInterface that you are testing, For GUI, you might use tools like QTP  and for CLI you may use tools like expect etcHow convinient it is to integrate with your framework.One test ...

Latest Answer : this is the common question all people asking about? if u want choose the tool any company following these things1)Cost of the tool2)Techonlogy that is whether supported by the tool (Suppose if any java based application we can choose silk tool)3)Execution ...

Latest Answer : 1) Cost effective2) Time is saved3) Reusable4) human resources is reduced ...

Latest Answer : it is know sometimes rarely that computer tends to blow uprarely i see it happen but i hear others say to make sure you backup everything once a nightbatching it would be ideal ...

Latest Answer : Some Problems I am mentioning here i) Don't Underestimate the cost of estimation. ii) Don't underestimate the need for staff training. iii) Don't expect to be more productive in the short term. iv) Don't keep much effort on regression testing. v) ...

Latest Answer : OKit depends on the testing tool.example : QTP works with VBScriptWinrunner works with Test Script Language (TSL)so really what do you use?maybe IBM Rational toolset do tell do tell ...

Latest Answer : Yes,this can be done either developing some program that facilitate the user entering his test cases in the form of Gui based application from user end and stored its data in form of excel sheet in the backend.  Later by doing manual or through ...


 Sponsored Links

 
Related Articles

C++ String Representation and Handling

C String Representation and Handling In this C tutorial you will learn about string representation and handling how is string represented end string notation initializing char array character representation string literals example programe to understand the character array concept and the accessing
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

Convert a String into an Integer

How to convert a string into an integer in C program? This is done by using the function named as atoi(). This function atoi() is present in the header file named as <stdlib.h>. When programmers use this function they must include the header file by the statement #include <stdl
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

String handling functions

What is the string handling functions present in header file <string.h>? There are number of string handling functions present in string.h. In other words if a programmer uses any of the function present in string.h then they must include the header file as #include <string.h&am
 

Convert a String into Long Value

What string function is used to convert a string into long value? This is done by using the function named as atol() . This function atol() is present in the header file named as <stdlib.h>. When programmers use this function they must include the header file by the statement
 

What is the default return value of a function?

The default return value from a function is int. In other words, unless explicitly specified the default return value by compiler would be integer value from function.   When a programmer wants other than integer values to be returned from function then it is essential that the pro
 

Base Address of the String

What happens when we try to change the value of base address of the string? The base address of the sting takes a special place in the context of strings. This is because suing this base address only the string gets identified. In other words the base address therefore takes the position of constant
 

exit and return statements

  How does the exit () and return () differ exit () is used to exit the program as a whole. In other words it returns control to the operating system. After exit () all memory and temporary storage areas are all flushed out and control goes out of program. In contrast, the return () stateme
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape