what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?
2 8358Has Madhava Reddy, President of HTC Global Services, been caught by US Department of Labor for failure to pay salary?
6 27288Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
4 188631. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
3681Post New HTC Interview Questions
How in the project time schedule represented most often?
What are the components of an xml file?
What are the accounting behind consigned inventory in P2P?
Explain the the delete statements in sql?
WHat is execution in manual testing and when will we start execution and what language we use in execution
How do you choose a design pattern?
Can free-form SQL queries be used with Sqoop import command? If yes, then how can they be used?
How to see table's field formats or description of table .
When we should use ABAP Memory and SAP Memory ?
How do I insert a vertical divider in word?
What is the difference between bind() and live() function in jquery?
What is the chemical composition of FCVS350 ?
What is ipostback?
Write syntax to open a file in php?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.