can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
2061if u login sucessusfully in page and reach the 2nd mailing page where u find u are getting only few mails not all then wat would u say test is pass or fail
4 9340how do u do integration testing supose u ar in hotmail login page 2nd is mailing page how do u do integration testing for this kind
4 10822there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
3816Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
2132Input :14000 Output : hundred and fourteen thousand.(wrong) Desired output : fourteen hundred thousand.
2 6062there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
2967What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
6 15652How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.
3 14624Post New Sapient Interview Questions
Can anybody told me how to create a test case for voice memo and Photo tagging option
Do you know nested transaction?
How does federated learning enhance data privacy?
How do you import data from another access database?
How to schedule a report in background? What is the use of background job please explain about it?
What is an xml namespace prefix?
Why do we need volatile in c?
While creating table my dba has fallback or no fallback in his ddl. What is that?
How do you sort in descending order in java using collections sort?
Explain me what is the difference between explode() and split() functions?
How VisiBroker provides Interface and implementation repositories?
Why do we not use inductance in lag network? Explain in detail.
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
Is this house typical of the houses of this community? What makes it typical or atypical?
Can I combine classic asp and asp.net pages?