A testing process that exercises a software system's
coexistence with others by taking multiple integrated
systems that have passed system testing as input and tests
their required interactions.
Interviwer asked, How many years exper.. on QTP? I said,
total 2 yrs exp in manual and QTP. QTP only current project
arround 3 months. then interviewer ask , HOW BOLD YOU QTP?
What you say?
class CTest
{
public:
void someMethod()
{
int nCount = 0;
cout << "This is some method --> " << nCount;
}
};
int main()
{
CTest *pctest;
pctest->someMethod();
return 0;
}
It will executes the someMethod() and displays the value
too. how is it possible with our creating memory for the
class . i think iam not creating object for the class.
Thanks in Advance...
Prakash
32
What is IP Spoofing? What do hackers do with it?
159
what are different storage options supported by oracle ?